Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/cache/how-to/cache-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ User feature fields add features about the end-user (client) into the Cache Key.

## Availability

Cache keys options availability varies according to your plan.

<FeatureTable id="cache.cache_key" />

## Limitations
Expand Down
63 changes: 59 additions & 4 deletions src/content/plans/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,69 @@
"title": "Cache keys",
"link": "/cache/how-to/cache-keys/",
"properties": {
"availability": {
"title": "Availability",
"summary": "Enterprise-only",
"deception_armor": {
"title": "Cache deception armor",
"free": "Yes",
"pro": "Yes",
"biz": "Yes",
"ent": "Yes"
},
"device_type": {
"title": "Cache by device type",
"free": "Yes",
"pro": "Yes",
"biz": "Yes",
"ent": "Yes"
},
"ignore_query_string": {
"title": "Ignore query string",
"free": "Yes",
"pro": "Yes",
"biz": "Yes",
"ent": "Yes"
},
"sort_query_string": {
"title": "Sort query string",
"free": "Yes",
"pro": "Yes",
"biz": "Yes",
"ent": "Yes"
},
"query_string": {
"title": "Query string",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Yes"
}
},
"headers": {
"title": "Headers",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Yes"
},
"cookie": {
"title": "Cookie",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Yes"
},
"host": {
"title": "Host",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Yes"
},
"user": {
"title": "User features",
"free": "No",
"pro": "No",
"biz": "No",
"ent": "Yes"
}
}
},
"cache_level": {
Expand Down
Loading