traefik / plugin-simplecache

Simple cache plugin middleware caches responses on disk
https://plugins.traefik.io/plugins/628c9ec2ffc0cd18356a97a2/log4-shell
Apache License 2.0
45 stars 11 forks source link

Support for cache purging #5

Open jdoss opened 4 years ago

jdoss commented 4 years ago

Hi there,

This looks great! I am wondering if there are any plans to add in cache purging to this plugin? I am specifically looking for these kinds of features:

I guess these things don't really make this caching plugin simple anymore, but being able to programmatically purge the cache makes a cached life the best life.

darkweak commented 3 years ago

Hi @jdoss if you want a tool with an API which respect the RFC-7234 + Cache-Status and other cool features, take a look at Souin. It will be suported as Træfik plugin asap. Otherwise it works well with traefik (and it's designed to work with) out of the box.