diff --git a/src/content/changelog/cache/2025-04-01-purge-for-all.mdx b/src/content/changelog/cache/2025-04-01-purge-for-all.mdx new file mode 100644 index 000000000000000..a5e5323d404af75 --- /dev/null +++ b/src/content/changelog/cache/2025-04-01-purge-for-all.mdx @@ -0,0 +1,19 @@ +--- +title: All cache purge methods now available for all plans +description: All Cloudflare plans can purge by tag, prefix, url, host, or everything to invalidate cached content on the fly. +products: + - cache +date: 2025-04-03T18:00:00Z +--- + +You can now access all Cloudflare cache purge methods — no matter which plan you’re on. Whether you need to update a single asset or instantly invalidate large portions of your site’s content, you now have the same powerful tools previously reserved for Enterprise customers. + +**Anyone on Cloudflare can now:** +1. [Purge Everything](/cache/how-to/purge-cache/purge-everything/): Clears all cached content associated with a website. +2. [Purge by Prefix](/cache/how-to/purge-cache/purge_by_prefix/): Targets URLs sharing a common prefix. +3. [Purge by Hostname](/cache/how-to/purge-cache/purge-by-hostname/): Invalidates content by specific hostnames. +4. [Purge by URL (single-file purge)](/cache/how-to/purge-cache/purge-by-single-file/): Precisely targets individual URLs. +5. [Purge by Tag](/cache/how-to/purge-cache/purge-by-tags/): Uses Cache-Tag response headers to invalidate grouped assets, offering flexibility for complex cache management scenarios. + +Want to learn how each purge method works, when to use them, or what limits apply to your plan? Dive into our [purge cache documentation](/cache/how-to/purge-cache/) and [API reference](https://developers.cloudflare.com/api/resources/cache/methods/purge/) for all the details. +