It would be nice to implement purging by tags (ala CloudFlare and Varnish' bans). The mechanism is explained here: - https://blog.cloudflare.com/introducing-a-powerful-way-to-purge-cache-on-cloudflare-purge-by-cache-tag/ - http://www.smashingmagazine.com/2014/04/cache-invalidation-strategies-with-varnish-cache/ I am trying to implement this via globs, but this is not the most efficient way. Also: - https://www.fastly.com/blog/surrogate-keys-part-1 - https://www.fastly.com/blog/surrogate-keys-part-2
It would be nice to implement purging by tags (ala CloudFlare and Varnish' bans). The mechanism is explained here:
I am trying to implement this via globs, but this is not the most efficient way.
Also: