From cf958b5fc8bbde07d45bcece7428fc6763fb52fe Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Tue, 1 Apr 2025 18:04:23 +0100 Subject: [PATCH 1/2] Edits table --- src/content/plans/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/plans/index.json b/src/content/plans/index.json index f4f9e1c9010b0ae..49ec29cca1c5af5 100644 --- a/src/content/plans/index.json +++ b/src/content/plans/index.json @@ -444,7 +444,7 @@ }, "limits": { "title": "Purge limits (tags, prefix URL, hostname, and purge everything). The limits are per account.", - "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", + "free": "5 requests per minute with a bucket size of 25, supporting up to 100 operations per request.", "pro": "5 requests per second with a bucket size of 25, supporting up to 100 operations per request", "biz": "10 requests per second with a bucket size of 50, supporting up to 100 operations per request", "ent": "50 requests per second with a bucket size of 500, supporting up to 100 operations per request" From dc6cef0ad8083c0f23d9bac89ab07c4e08ed3934 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Wed, 2 Apr 2025 09:33:57 +0100 Subject: [PATCH 2/2] Removes enterprise mentions --- .../docs/cache/how-to/purge-cache/purge-by-single-file.mdx | 2 +- src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx | 2 +- src/content/docs/cache/how-to/purge-cache/purge_by_prefix.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/cache/how-to/purge-cache/purge-by-single-file.mdx b/src/content/docs/cache/how-to/purge-cache/purge-by-single-file.mdx index 3f3d1961d5c997e..42a8e732606350d 100644 --- a/src/content/docs/cache/how-to/purge-cache/purge-by-single-file.mdx +++ b/src/content/docs/cache/how-to/purge-cache/purge-by-single-file.mdx @@ -24,7 +24,7 @@ A single-file purge performed through your Cloudflare dashboard does not clear o 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. :::caution -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. +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. ::: 1. Log in to your [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account and domain. diff --git a/src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx b/src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx index 24e91cd6e673042..47aa715382b4f52 100644 --- a/src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx +++ b/src/content/docs/cache/how-to/purge-cache/purge-by-tags.mdx @@ -6,7 +6,7 @@ sidebar: --- -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. +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. ## General workflow for cache-tags diff --git a/src/content/docs/cache/how-to/purge-cache/purge_by_prefix.mdx b/src/content/docs/cache/how-to/purge-cache/purge_by_prefix.mdx index 9222df2fd9fffdb..bb31e38c08b93ec 100644 --- a/src/content/docs/cache/how-to/purge-cache/purge_by_prefix.mdx +++ b/src/content/docs/cache/how-to/purge-cache/purge_by_prefix.mdx @@ -6,7 +6,7 @@ sidebar: --- -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: +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: * `www.example.com` * `www.example.com/foo`