I see [some discussion](https://discord.com/channels/595317990191398933/779390076219686943/104961696
I see workers-and-pages-discussions about this previously but am still pretty confused.
I want to want to clear worker cache globally for a given request path e.g.
The thread linked seems to indicate I can do so using the API.
I want to want to clear worker cache globally for a given request path e.g.
www.myexample.com/123 . I have populated the cache by doing cache.put() It seems very clear that the worker API cache.delete() will only remove the item from that colo's cache. Is there a way to purge the item from all worker's caches in all colos? The thread linked seems to indicate I can do so using the API.

