@@ -26,14 +26,13 @@ Varnish ✓ ✓ ✓ ✓ ✓
2626Fastly ✓ ✓ ✓ ✓
2727NGINX ✓ ✓
2828Symfony Cache ✓ ✓ ✓ (1) ✓ (1)
29- Cloudflare ✓ ✓ (2) ✓ (2) ✓
29+ Cloudflare ✓ ✓ ✓ ✓
3030Noop ✓ ✓ ✓ ✓ ✓ ✓
3131Multiplexer ✓ ✓ ✓ ✓ ✓ ✓
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
3837If needed, you can also implement your own client for other needs. Have a look
3938at 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-
363355Zone identifier
364356^^^^^^^^^^^^^^^
365357To 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