From ecc81b90b75a004059e51f0f23343e2f7a444d5e Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Mon, 21 Oct 2024 14:14:00 +0100 Subject: [PATCH 1/2] Updates cache keys options per plan --- src/content/docs/cache/how-to/cache-keys.mdx | 2 + src/content/plans/index.json | 63 ++++++++++++++++++-- 2 files changed, 61 insertions(+), 4 deletions(-) diff --git a/src/content/docs/cache/how-to/cache-keys.mdx b/src/content/docs/cache/how-to/cache-keys.mdx index 2bb6c63c261d343..b759f0b83c37330 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 dependes per plan type. + ## 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": { From 841fb32f56c8e14073159d465d45121d33510d97 Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:24:28 +0100 Subject: [PATCH 2/2] Update src/content/docs/cache/how-to/cache-keys.mdx Co-authored-by: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> --- src/content/docs/cache/how-to/cache-keys.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cache/how-to/cache-keys.mdx b/src/content/docs/cache/how-to/cache-keys.mdx index b759f0b83c37330..95f757e5b79a3c8 100644 --- a/src/content/docs/cache/how-to/cache-keys.mdx +++ b/src/content/docs/cache/how-to/cache-keys.mdx @@ -136,7 +136,7 @@ User feature fields add features about the end-user (client) into the Cache Key. ## Availability -Cache keys options availability dependes per plan type. +Cache keys options availability varies according to your plan.