CacheSettings constructor
CacheSettings({
- String? allowedHTTPMethods,
- String? cachedHTTPMethods,
- int? defaultTTL,
- CookieObject? forwardedCookies,
- HeaderObject? forwardedHeaders,
- QueryStringObject? forwardedQueryStrings,
- int? maximumTTL,
- int? minimumTTL,
Implementation
CacheSettings({
this.allowedHTTPMethods,
this.cachedHTTPMethods,
this.defaultTTL,
this.forwardedCookies,
this.forwardedHeaders,
this.forwardedQueryStrings,
this.maximumTTL,
this.minimumTTL,
});