Skip to content

Commit a31827c

Browse files
authored
Update limits.mdx (#20176)
* Update limits.mdx * Update how-workers-for-platforms-works.mdx
1 parent de7afdf commit a31827c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Workers for Platforms do not have a limit for the number of Durable Object names
2222

2323
## Cache API
2424

25-
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/).
25+
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/).
2626

2727
## ​Tags
2828

src/content/docs/cloudflare-for-platforms/workers-for-platforms/reference/how-workers-for-platforms-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ Service bindings and Workers for Platforms can be used simultaneously when build
7171

7272
## [Cache API](/workers/runtime-apis/cache/)
7373

74-
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.
74+
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.
7575

7676
To learn more about the cache, refer to [How the cache Works](/workers/reference/how-the-cache-works/).

0 commit comments

Comments
 (0)