vvotekeb
CDCloudflare Developers
•Created by vvotekeb on 1/7/2023 in #workers-discussions
cache API alternatives
the content that we want to cache in KV may change any time (actually few times a week, with a release, some bug fix, new feature)
yes, we can list the keys and then delete them but there is no batch delete 😦 so we will end up with millions of delete operations
3 replies
CDCloudflare Developers
•Created by vvotekeb on 1/7/2023 in #workers-discussions
cache API alternatives
does anyone know how we can purge cache if using KV as a cache?
is there some way to remove all keys (millions) from KV (and it's cache) that contains a specific prefix? or maybe it's more easy to achieve the same with R2?
3 replies