CachePolicyConfig constructor
CachePolicyConfig({})
Implementation
CachePolicyConfig({
required this.minTTL,
required this.name,
this.comment,
this.defaultTTL,
this.maxTTL,
this.parametersInCacheKeyAndForwardedToOrigin,
});