CacheOverrideMode: "none" | "pass" | "override"

Set the cache override mode on a request

None Do not override the behavior specified in the origin response’s cache control headers. Pass Do not cache the response to this request, regardless of the origin response’s headers. Override Override particular cache control settings using a CacheOverride object.

The origin response’s cache control headers will be used for ttl and stale_while_revalidate if None.

Generated using TypeDoc