Skip to content

Commit 141be42

Browse files
[Workers] Clarification on cache runtime api docs (#1744)
1 parent 9c59586 commit 141be42

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

products/workers/src/content/runtime-apis/cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pcx-content-type: configuration
66

77
## Background
88

9-
The [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache) allows fine grained control of reading and writing from cache.
9+
The [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache) allows fine grained control of reading and writing from the [Cloudflare edge network](https://www.cloudflare.com/network/) cache.
1010

1111
The Cache API is available globally but the contents of the cache do not replicate outside of the originating data center. A `GET /users` response can be cached in the originating data center, but will not exist in another data center unless it has been explicitly created.
1212

0 commit comments

Comments
 (0)