cloudflare_purger
No security coverage
This module adds Cloudflare CDN cache invalidation support by integrating with the Purge module.
Features
Integrates with the Purge module to do the following:
- Adds a "Cache-Tag" HTTP response header to all of Drupal's cacheable responses. The value of the header is a hashed list of all the Drupal cache tags for that response. Cloudflare stores these cache tags along with the cache data for later lookup.
- Uses the Cloudflare API to send a purge-by-tags request to Cloudflare when Drupal invalidates one or more cache tags.
Post-Installation
To come...
Additional Requirements
The Purge module is required.
Similar projects
The Cloudflare module has a cloudflare_purge sub-module, however this is not compatible with Cloudflare's header and account limits in 2026 and duplicates some functionality from the purger module.
Cloudflare purge is a completely standalone implementation that does not integrate with the Purge module.
Supporting this Module
To come...