BackendBucketCdnPolicy constructor
BackendBucketCdnPolicy({
- List<
BackendBucketCdnPolicyBypassCacheOnRequestHeader> bypassCacheOnRequestHeaders = const [], - BackendBucketCdnPolicyCacheKeyPolicy? cacheKeyPolicy,
- String? cacheMode,
- int? clientTtl,
- int? defaultTtl,
- int? maxTtl,
- bool? negativeCaching,
- List<
BackendBucketCdnPolicyNegativeCachingPolicy> negativeCachingPolicy = const [], - bool? requestCoalescing,
- int? serveWhileStale,
- int? signedUrlCacheMaxAgeSec,
- List<
String> signedUrlKeyNames = const [],
Implementation
BackendBucketCdnPolicy({
this.bypassCacheOnRequestHeaders = const [],
this.cacheKeyPolicy,
this.cacheMode,
this.clientTtl,
this.defaultTtl,
this.maxTtl,
this.negativeCaching,
this.negativeCachingPolicy = const [],
this.requestCoalescing,
this.serveWhileStale,
this.signedUrlCacheMaxAgeSec,
this.signedUrlKeyNames = const [],
}) : super(fullyQualifiedName);