From d4207847811855f0d2944c2648f7e41ad7555014 Mon Sep 17 00:00:00 2001 From: nenizera Date: Wed, 17 Sep 2025 11:16:51 +0100 Subject: [PATCH] [Cache] Update cache-keys.mdx Can we add the links to relevant docs in question? https://developers.cloudflare.com/cache/how-to/cache-rules/examples/custom-cache-key/ https://developers.cloudflare.com/cache/how-to/cache-rules/ Thanks! --- 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 8637dfe2a20f28e..c963098f87b8ccd 100644 --- a/src/content/docs/cache/how-to/cache-keys.mdx +++ b/src/content/docs/cache/how-to/cache-keys.mdx @@ -154,4 +154,4 @@ Cache keys options availability varies according to your plan. ## Limitations -The Prefetch feature is not compatible with the custom cache keys. With Cache Rules, the custom cache key is used to cache all assets. However, Prefetch always uses the default cache key. This results in a key mismatch. +The Prefetch feature is not compatible with the [Custom Cache Keys](/cache/how-to/cache-rules/examples/custom-cache-key/). With [Cache Rules](/cache/how-to/cache-rules/), the custom cache key is used to cache all assets. However, Prefetch always uses the default cache key. This results in a key mismatch.