captain_enjoyable
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
I'm very confused
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
Or maybe you're right?
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
Ugh
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
Call cache.delete within a Worker to invalidate the cache for the asset with a matching request variable. Assets purged in this way are only purged locally to the data center the Worker runtime was executed.
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
FWIW figured this out
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
Wasn't sure if something like
counts as a custom cache key
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
A single-file purge performed through your Cloudflare dashboard does not clear objects that contain any of the following: - Custom cache keys
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
12 replies
CDCloudflare Developers
•Created by captain_enjoyable on 3/10/2024 in #workers-help
Is there a pattern that would allow me to clear a cache item for every worker in the CDN?
Will normal cache purge purge everything?
12 replies