Version: v2023-01-05 | Includes use: Yes |
|---|
Criterion name: Response Cacheability
Matches the current cache state.
Note: Any
NO_STOREorBYPASS_CACHEHTTP headers set on the origin's content overrides properties'cachinginstructions, in which case this criteria does not apply.
Default criterion
These samples reflect the criterion's default settings. You can use these as is in your configurations or make adjustments based on the criterion's available options.
data "akamai_property_rules_builder" "cacheability" {
rules_v2023_01_05 {
name = "Response Cacheability"
comments = "Matches the current cache state."
criterion {
cacheability {
match_operator = "IS"
value = "CACHEABLE"
}
}
}
}
"criterion": [
{
"name": "cacheability",
"options": {
"matchOperator": "IS",
"value": "CACHEABLE"
}
}
]
Options
| Option | Description |
|---|---|
percentage |
Specifies the match's logic. Value is one of:
|
percentage |
Specifies the match's logic. Value is one of:
|
