diff --git a/src/content/docs/cache/how-to/cache-keys.mdx b/src/content/docs/cache/how-to/cache-keys.mdx index 2bb6c63c261d343..95f757e5b79a3c8 100644 --- a/src/content/docs/cache/how-to/cache-keys.mdx +++ b/src/content/docs/cache/how-to/cache-keys.mdx @@ -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. + ## Limitations diff --git a/src/content/plans/index.json b/src/content/plans/index.json index 7304875da1d9cf6..2c82f802de5d116 100644 --- a/src/content/plans/index.json +++ b/src/content/plans/index.json @@ -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": {