cacheability

  • Property Manager name: Response Cacheability
  • Criteria version: The v2023-01-05 rule format supports the cacheability criteria v1.1.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

Matches the current cache state. Note that any NO_STORE or BYPASS_CACHE HTTP headers set on the origin's content overrides properties' caching instructions, in which case this criteria does not apply.

OptionTypeDescriptionRequires
match_operatorenum

Specifies the match's logic.

{"displayType":"enum","options":["IS","IS_NOT"],"tag":"select"}
IS

Cache state matches the value.

IS_NOT

Cache state does not match the value.

valueenum

Content's cache is enabled (CACHEABLE) or not (NO_STORE), or else is ignored (BYPASS_CACHE).

{"displayType":"enum","options":["NO_STORE","BYPASS_CACHE","CACHEABLE"],"tag":"select"}
NO_STORE

Content cache is disabled.

BYPASS_CACHE

Content cache is ignored.

CACHEABLE

Content cache is enabled.