Skip to content

Commit 7e6dabc

Browse files
authored
[Workers]Update how-the-cache-works.mdx
For clarity, let's refer the docs on Purge cache methods here.
1 parent 6e8a703 commit 7e6dabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/reference/how-the-cache-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Assets stored in the cache through [Cache API](/workers/runtime-apis/cache/) ope
6464

6565
- Assets purged in this way are only purged locally to the data center the Worker runtime was executed.
6666

67-
- To purge an asset globally, you must use the standard cache purge options. Based on cache API implementation, not all cache purge endpoints function for purging assets stored by the Cache API.
67+
- To purge an asset globally, you must use the standard [cache purge options](/cache/how-to/purge-cache/). Based on cache API implementation, not all cache purge endpoints function for purging assets stored by the Cache API.
6868

6969
- All assets on a zone can be purged by using the [Purge Everything](/cache/how-to/purge-cache/purge-everything/) cache operation. This purge will remove all assets associated with a Cloudflare zone from cache in all data centers regardless of the method set.
7070

0 commit comments

Comments
 (0)