Skip to content

Commit 20a0fcc

Browse files
ack-cfRebeccaTamachiro
authored andcommitted
ack-cf/purge-for-all (#21354)
1 parent 629d46f commit 20a0fcc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: All cache purge methods now available for all plans
3+
description: All Cloudflare plans can purge by tag, prefix, url, host, or everything to invalidate cached content on the fly.
4+
products:
5+
- cache
6+
date: 2025-04-03T18:00:00Z
7+
---
8+
9+
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.
10+
11+
**Anyone on Cloudflare can now:**
12+
1. [Purge Everything](/cache/how-to/purge-cache/purge-everything/): Clears all cached content associated with a website.
13+
2. [Purge by Prefix](/cache/how-to/purge-cache/purge_by_prefix/): Targets URLs sharing a common prefix.
14+
3. [Purge by Hostname](/cache/how-to/purge-cache/purge-by-hostname/): Invalidates content by specific hostnames.
15+
4. [Purge by URL (single-file purge)](/cache/how-to/purge-cache/purge-by-single-file/): Precisely targets individual URLs.
16+
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.
17+
18+
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.
19+

0 commit comments

Comments
 (0)