Can you purge everything from a custom cache instance?
When accessing Cache from a Worker, the docs say we "may create and manage additional Cache instances via the caches.open method."
https://developers.cloudflare.com/workers/runtime-apis/cache/#accessing-cache
Is there a simple way to purge everything in a custom cache instance?
https://developers.cloudflare.com/workers/runtime-apis/cache/#accessing-cache
Is there a simple way to purge everything in a custom cache instance?
The Cache API allows fine grained control of reading and writing from the Cloudflare global network cache.
