forceCacheAll constant

CachePolicy_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 = CachePolicy_CacheMode('FORCE_CACHE_ALL');