From e62f0a4385ca6b1b5ebb812e5d592db71e273b02 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 30 Apr 2025 09:12:39 +0100 Subject: [PATCH] docs(cloudflare): kv prefix --- pages/cloudflare/caching.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/cloudflare/caching.mdx b/pages/cloudflare/caching.mdx index bb02e5b..92d5907 100644 --- a/pages/cloudflare/caching.mdx +++ b/pages/cloudflare/caching.mdx @@ -310,6 +310,8 @@ npx wrangler@latest kv namespace create The binding name used in your app's worker is `NEXT_INC_CACHE_KV`. The `WORKER_SELF_REFERENCE` service binding should be a self reference to your worker where `` is the name in your wrangler configuration file. +The prefix used by the cache keys can be configured with the `NEXT_INC_CACHE_KV_PREFIX` environment variable, and defaults to `incremental-cache`. + ```jsonc // wrangler.jsonc {