Skip to content

Commit 9d29e8f

Browse files
authored
doc: Update Cloudflare purge-by-tag availability for all plans
1 parent 50f4c73 commit 9d29e8f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

doc/proxy-clients.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ Varnish ✓ ✓ ✓ ✓ ✓
2626
Fastly ✓ ✓ ✓ ✓
2727
NGINX ✓ ✓
2828
Symfony Cache ✓ ✓ ✓ (1) ✓ (1)
29-
Cloudflare ✓ ✓ (2) ✓ (2)
29+
Cloudflare ✓ ✓
3030
Noop ✓ ✓ ✓ ✓ ✓ ✓
3131
Multiplexer ✓ ✓ ✓ ✓ ✓ ✓
3232
============= ======= ======= ======= ======= ========= =======
3333

3434
| (*): A limited version of Ban, that allows to invalidate by the beginning of a path
3535
| (1): Only when using `Toflar Psr6Store`_.
36-
| (2): Only available with `Cloudflare Enterprise`_.
3736
3837
If needed, you can also implement your own client for other needs. Have a look
3938
at the interfaces in namespace ``FOS\HttpCache\ProxyClient\Invalidation``.
@@ -353,13 +352,6 @@ the HttpDispatcher is not available for Cloudflare)::
353352

354353
$cacheInvalidator->invalidatePath('https://example.com/path')->flush();
355354

356-
.. note::
357-
358-
Cloudflare supports different cache purge methods depending on your account.
359-
All Cloudflare accounts support purging the cache by URL and clearing all
360-
cache items. You need a `Cloudflare Enterprise`_ account to purge by cache
361-
tags or prefixes.
362-
363355
Zone identifier
364356
^^^^^^^^^^^^^^^
365357
To find the zone identifier for your domain request this from the API::
@@ -456,5 +448,4 @@ requests.
456448
.. _Cloudflare: https://developers.cloudflare.com/cache/
457449
.. _custom caching with page rules: https://support.cloudflare.com/hc/en-us/articles/360021023712-Best-Practices-Speed-up-your-Site-with-Custom-Caching-via-Cloudflare-Page-Rules
458450
.. _Cloudflare Purge API: https://api.cloudflare.com/#zone-purge-all-files
459-
.. _Cloudflare Enterprise: https://developers.cloudflare.com/cache/how-to/purge-cache#cache-tags-enterprise-only
460451
.. _Cloudflare Purge by URL: https://developers.cloudflare.com/cache/how-to/purge-cache#purge-by-single-file-by-url

0 commit comments

Comments
 (0)