Skip to content

Commit ecc81b9

Browse files
committed
Updates cache keys options per plan
1 parent bc2a07f commit ecc81b9

File tree

2 files changed

+61
-4
lines changed

2 files changed

+61
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ User feature fields add features about the end-user (client) into the Cache Key.
136136

137137
## Availability
138138

139+
Cache keys options availability dependes per plan type.
140+
139141
<FeatureTable id="cache.cache_key" />
140142

141143
## Limitations

src/content/plans/index.json

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,69 @@
216216
"title": "Cache keys",
217217
"link": "/cache/how-to/cache-keys/",
218218
"properties": {
219-
"availability": {
220-
"title": "Availability",
221-
"summary": "Enterprise-only",
219+
"deception_armor": {
220+
"title": "Cache deception armor",
221+
"free": "Yes",
222+
"pro": "Yes",
223+
"biz": "Yes",
224+
"ent": "Yes"
225+
},
226+
"device_type": {
227+
"title": "Cache by device type",
228+
"free": "Yes",
229+
"pro": "Yes",
230+
"biz": "Yes",
231+
"ent": "Yes"
232+
},
233+
"ignore_query_string": {
234+
"title": "Ignore query string",
235+
"free": "Yes",
236+
"pro": "Yes",
237+
"biz": "Yes",
238+
"ent": "Yes"
239+
},
240+
"sort_query_string": {
241+
"title": "Sort query string",
242+
"free": "Yes",
243+
"pro": "Yes",
244+
"biz": "Yes",
245+
"ent": "Yes"
246+
},
247+
"query_string": {
248+
"title": "Query string",
222249
"free": "No",
223250
"pro": "No",
224251
"biz": "No",
225252
"ent": "Yes"
226-
}
253+
},
254+
"headers": {
255+
"title": "Headers",
256+
"free": "No",
257+
"pro": "No",
258+
"biz": "No",
259+
"ent": "Yes"
260+
},
261+
"cookie": {
262+
"title": "Cookie",
263+
"free": "No",
264+
"pro": "No",
265+
"biz": "No",
266+
"ent": "Yes"
267+
},
268+
"host": {
269+
"title": "Host",
270+
"free": "No",
271+
"pro": "No",
272+
"biz": "No",
273+
"ent": "Yes"
274+
},
275+
"user": {
276+
"title": "User features",
277+
"free": "No",
278+
"pro": "No",
279+
"biz": "No",
280+
"ent": "Yes"
281+
}
227282
}
228283
},
229284
"cache_level": {

0 commit comments

Comments
 (0)