thanks Erisa – that makes sense! I guess I was imagining it as the worker itself (https://github.com

thanks Erisa – that makes sense! I guess I was imagining it as the worker itself (https://github.com/cloudflare/next-on-pages/blob/main/packages/next-on-pages/templates/cache/adaptor.ts) somehow leveraging Cloudflare Cache from fetch e.g. fetch(somewhereInternal, { cf: { cacheEverything: true, cacheTags: [...] }) and then exposing an internal mechanism to purge the tag/s via API.

but there are quite a few incorrect assumptions on there from my own mental model on Cloudflare Cache as you're pointing out AND how actually next-on-pages manages to make it work atm
Was this page helpful?