Skip to content

Commit 935b036

Browse files
EW-6697 Remove workers.dev Cache API restriction (#20411)
This bug was fixed about a year ago, but we forgot to update the docs.
1 parent 070d77b commit 935b036

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `cache.put` method is not compatible with tiered caching. Refer to [Cache AP
2222

2323
Workers deployed to custom domains have access to functional `cache` operations. So do [Pages functions](/pages/functions/), whether attached to custom domains or `*.pages.dev` domains.
2424

25-
However, any Cache API operations in the Cloudflare Workers dashboard editor, [Playground](/workers/playground/) previews, and any `*.workers.dev` deployments will have no impact. For Workers fronted by [Cloudflare Access](https://www.cloudflare.com/teams/access/), the Cache API is not currently available.
25+
However, any Cache API operations in the Cloudflare Workers dashboard editor and [Playground](/workers/playground/) previews will have no impact. For Workers fronted by [Cloudflare Access](https://www.cloudflare.com/teams/access/), the Cache API is not currently available.
2626

2727
:::note
2828

0 commit comments

Comments
 (0)