From fa1dbdedcb3817c8530c04327e4b736c0cfe60a6 Mon Sep 17 00:00:00 2001 From: Cina Saffary Date: Fri, 21 Feb 2025 12:15:34 -0600 Subject: [PATCH 1/2] Update limits.mdx --- .../workers-for-platforms/platform/limits.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/limits.mdx b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/limits.mdx index 18e7a4cb42a3a99..9c821c267ac406d 100644 --- a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/limits.mdx +++ b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/limits.mdx @@ -22,7 +22,7 @@ Workers for Platforms do not have a limit for the number of Durable Object names ## Cache API -For isolation, `caches.default()` is disabled for namespaced scripts. To learn more about the cache, refer to [How the cache Works](/workers/reference/how-the-cache-works/). +For isolation, `caches.default` is disabled for namespaced scripts. To learn more about the cache, refer to [How the cache Works](/workers/reference/how-the-cache-works/). ## ​Tags From 89d380f34c631d28e2f0a220638cddd660356020 Mon Sep 17 00:00:00 2001 From: Cina Saffary Date: Mon, 24 Feb 2025 12:09:37 -0600 Subject: [PATCH 2/2] Update how-workers-for-platforms-works.mdx --- .../reference/how-workers-for-platforms-works.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works.mdx b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works.mdx index 3f56a9ab252063e..63c9d6a488733f0 100644 --- a/src/content/docs/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works.mdx +++ b/src/content/docs/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works.mdx @@ -71,6 +71,6 @@ Service bindings and Workers for Platforms can be used simultaneously when build ## [Cache API](/workers/runtime-apis/cache/) -Workers for Platforms user Workers have access to namespaced cache through the [cache API](/workers/runtime-apis/cache/). Namespaced cache is isolated across user Workers. For isolation, `caches.default()` is disabled for namespaced scripts. +Workers for Platforms user Workers have access to namespaced cache through the [cache API](/workers/runtime-apis/cache/). Namespaced cache is isolated across user Workers. For isolation, `caches.default` is disabled for namespaced scripts. To learn more about the cache, refer to [How the cache Works](/workers/reference/how-the-cache-works/).