Skip to content

Commit

Permalink
[Cache] Updates cache keys options per plan (#17668)
Browse files Browse the repository at this point in the history
* Updates cache keys options per plan

* Update src/content/docs/cache/how-to/cache-keys.mdx

Co-authored-by: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com>

---------

Co-authored-by: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com>
  • Loading branch information
angelampcosta and RebeccaTamachiro authored Oct 21, 2024
1 parent 2a528ea commit e2107c4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 4 deletions.
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

0 comments on commit e2107c4

Please sign in to comment.