cloudflare / cloudflare/cloudflare-php
Zones cachePurge > Add support for prefixes
Open
- Dominant language
- PHP
- Stars
- 674
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
The Cloudflare API supports cache purge by URL, Tags, Hosts, and Prefixes: https://api.cloudflare.com/#zone-purge-files-by-cache-tags,-host-or-prefix
This Bundle only supports URL, Tags, and Hosts. Please add support for Prefixes.
Without support for purging cache by prefixes, there is no way to delete all cache starting with the same URL+URI (ex: https://example.com/everything/in/this/dir/path)
Contributor guide
Assessment
This issue has not been assessed yet.