- Property Manager name: Response Cacheability
- Criteria version: The
latestrule format supports thecacheabilitycriteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latestrule format
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.
| Option | Type | Description | Requires | |
|---|---|---|---|---|
matchOperator | enum | Specifies the match's logic. | {"displayType":"enum","options":["IS","IS_NOT"],"tag":"select"} | |
IS | Cache state matches the | |||
IS_NOT | Cache state does not match the | |||
value | enum | Content's cache is enabled ( | {"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. |
