forceCacheAll constant
BackendServiceCdnPolicy_CacheMode
const forceCacheAll
Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.
Implementation
static const forceCacheAll = BackendServiceCdnPolicy_CacheMode(
'FORCE_CACHE_ALL',
);