#Cloudflare cache purge
2 messages · Page 1 of 1 (latest)
I apologize, but I couldn't find any specific information in the provided knowledge sources about purging Cloudflare cache using cache tags in Astro. The documents contain general information about Cloudflare deployment and caching, but they don't mention cache purging or cache tags specifically for Astro projects.
However, I can provide some general information about caching in Astro with Cloudflare based on the available sources:
-
Astro supports deployment to Cloudflare Pages, which includes caching capabilities Deploy your Astro Site to Cloudflare Pages.
-
When using the Cloudflare adapter for Astro, you can enable caching for on-demand rendered pages Caching Pages.
-
Astro respects standard caching headers like
Cache-Controlfor remote images in its asset cache Asset Caching.