cacheability


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.