From e72ed1c751606958a3712d0556f9163e084f1a82 Mon Sep 17 00:00:00 2001 From: Alex Krivit Date: Wed, 2 Apr 2025 22:17:13 -0600 Subject: [PATCH 1/2] ack-cf/purge-for-all --- .../cache/2025-04-01-purge-for-all.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/content/changelog/cache/2025-04-01-purge-for-all.mdx 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 00000000000000..2afc890c14ae67 --- /dev/null +++ b/src/content/changelog/cache/2025-04-01-purge-for-all.mdx @@ -0,0 +1,17 @@ +--- +title: All Purge Methods Available for All Plans +description: All Cloudflare plans can purge by tag, prefix, url, host, or everything to invalidate cached content on the fly. +date: 2025-04-01T12:50:40Z +--- + +You can now use all purge methods available on Cloudflare, regardless of plan type. Previously, methods other than "purge by URL" and "purge everything" were exclusive to 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. + +For additional information including how much you can purge please check out our [documentation](/cache/how-to/purge-cache/) and our [API Docs](https://developers.cloudflare.com/api/resources/cache/methods/purge/) + From 0f7be56b521a269df2b9cc077c8513662a73125c Mon Sep 17 00:00:00 2001 From: Nikita Cano Date: Thu, 3 Apr 2025 18:06:08 +0100 Subject: [PATCH 2/2] [Changelog] Purge for everyone: Refine copy --- .../changelog/cache/2025-04-01-purge-for-all.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 index 2afc890c14ae67..a5e5323d404af7 100644 --- a/src/content/changelog/cache/2025-04-01-purge-for-all.mdx +++ b/src/content/changelog/cache/2025-04-01-purge-for-all.mdx @@ -1,17 +1,19 @@ --- -title: All Purge Methods Available for All Plans +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. -date: 2025-04-01T12:50:40Z +products: + - cache +date: 2025-04-03T18:00:00Z --- -You can now use all purge methods available on Cloudflare, regardless of plan type. Previously, methods other than "purge by URL" and "purge everything" were exclusive to Enterprise customers. +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:** +**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. -For additional information including how much you can purge please check out our [documentation](/cache/how-to/purge-cache/) and our [API Docs](https://developers.cloudflare.com/api/resources/cache/methods/purge/) +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.