Skip to content

Commit 0830bf9

Browse files
[Cache] Edits table (#21294)
* Edits table * Removes enterprise mentions
1 parent 92af7a0 commit 0830bf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/docs/cache/how-to/purge-cache/purge-by-single-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A single-file purge performed through your Cloudflare dashboard does not clear o
2424
You can purge objects with these characteristics using an API call to ([purge files by URL](/api/resources/cache/methods/purge/)). In the data/header section of the API call, you must include all headers and cache keys contained in the cached resource, along with their matching values.
2525

2626
:::caution
27-
Always use UTF-8 encoded URLs for single-file cache purges. Wildcards are not supported on single file purge, and you must use purge by hostname, prefix, or implement cache tags as an alternative solution. All of the listed options are Enterprise features.
27+
Always use UTF-8 encoded URLs for single-file cache purges. Wildcards are not supported on single file purge, and you must use purge by hostname, prefix, or implement cache tags as an alternative solution.
2828
:::
2929

3030
1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain.

src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
Cache-tag purging makes multi-file purging easier because you can instantly bulk purge by adding cache-tags to your assets, such as webpages, image files, and more. Note that Tag, Hostname and Prefix purges are only available for Enterprise customers.
9+
Cache-tag purging makes multi-file purging easier because you can instantly bulk purge by adding cache-tags to your assets, such as webpages, image files, and more.
1010

1111
## General workflow for cache-tags
1212

src/content/docs/cache/how-to/purge-cache/purge_by_prefix.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66

77
---
88

9-
Enterprise customers can instantly purge their cache by URL prefix or path separators in their URL. For an example URL like `https://www.example.com/foo/bar/baz/qux.jpg`, valid purge requests include:
9+
You can instantly purge their cache by URL prefix or path separators in their URL. For an example URL like `https://www.example.com/foo/bar/baz/qux.jpg`, valid purge requests include:
1010

1111
* `www.example.com`
1212
* `www.example.com/foo`

src/content/plans/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
},
445445
"limits": {
446446
"title": "Purge limits (tags, prefix URL, hostname, and purge everything). The limits are per account.",
447-
"free": "5 requests per minute with a bucket size of 25, supporting up to 100 operations per request. Purge everything: 5 requests per second with a bucket size of 25, supporting up to 100 operations per request",
447+
"free": "5 requests per minute with a bucket size of 25, supporting up to 100 operations per request.",
448448
"pro": "5 requests per second with a bucket size of 25, supporting up to 100 operations per request",
449449
"biz": "10 requests per second with a bucket size of 50, supporting up to 100 operations per request",
450450
"ent": "50 requests per second with a bucket size of 500, supporting up to 100 operations per request"

0 commit comments

Comments
 (0)