You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-for-platforms/workers-for-platforms/platform/worker-isolation.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ In untrusted mode:
14
14
15
15
- The [`request.cf`](/workers/runtime-apis/request/#incomingrequestcfproperties) object is not available in Workers (see [limits](/cloudflare-for-platforms/workers-for-platforms/platform/limits/#cf-object) for more information)
16
16
- Each Worker has an isolated cache (when using the [Cache API](/workers/runtime-apis/cache/) or when making subrequests using `fetch()`, which egress via [Cloudflare's cache](/cache/)
17
-
- Workers cannot access cached responses from other Workers in the namespace
18
17
-[`caches.default`](/workers/reference/how-the-cache-works/#cache-api) is disabled for all Workers in the namespace
19
18
20
19
This mode ensures complete isolation between customer Workers, preventing any potential cross-tenant data access.
0 commit comments