Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Assets stored in the cache through [Cache API](/workers/runtime-apis/cache/) ope

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

- 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.
- To purge an asset globally, use the standard cache purge options. Based on cache API implementation, not all cache purge endpoints are available for purging assets stored by the Cache API.

- 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.

Expand Down