cache-handler
cache-handler copied to clipboard
feat(dependencies): Bump to Souin v1.6.14
This PR add:
- Cleanup implementation
- Configurable Cache-Status name (previously it was
Souinonly, now you can set everything you want from the Caddyfile or the json config) - Add the etcd distributed storage because of issues with olric (not removed, no BC)
- Add the nuts in-memory/file storage because of issues with badger (not removed, no BC)
- The cache keys are configurable
Thanks to @kresike, @mattvb91 and @fredliang44 for helping me on these improvements.