ostark / upper

Integrates Edge Caches like Fastly, KeyCDN, Cloudflare and Varnish with Craft.
MIT License
102 stars 22 forks source link

Append key prefix to key if configured to prevent key collisions #20

Closed kbergha closed 6 years ago

kbergha commented 6 years ago

Pull request for #18

I did not add a typehint for string on prepareTag() or getKeyPrefix() as I don't know what PHP-version you're targetting. But I guess the plugin is pretty modern....

I've tested that entities, sections and globals gets prefixed tags, and that the purge job does work. But, I've only tested with the Varnish driver.

Please do tell if I've done obviously stupid things or forgotten something :)