The docs explain this here: <https://developers.cloudflare.com/workers/runtime-apis/cache/#delete> >
The docs explain this here: https://developers.cloudflare.com/workers/runtime-apis/cache/#delete
The cache.delete method only purges content of the cache in the data center that the Worker was invoked. For global purges, refer to Purging assets stored with the Cache API.

