cache Behavior
Parameters
HonorOrigin
the Front Door will always honor origin response header directive. If the origin directive is missing, Front Door will cache contents anywhere from 1
to 3
days. OverrideAlways
the TTL value returned from your Front Door Origin is overwritten with the value specified in the action. This behavior will only be applied if the response is cacheable. OverrideIfOriginMissing
if no TTL value gets returned from your Front Door Origin, the rule sets the TTL to the value specified in the action. This behavior will only be applied if the response is cacheable. Disabled
the Front Door will not cache the response contents, irrespective of Front Door Origin response directives. Possible values include HonorOrigin
, OverrideAlways
, OverrideIfOriginMissing
or Disabled
.