plugin-simplecache
plugin-simplecache copied to clipboard
Doesn't work
Hey,
I installed the plugin, but when I make the request multiple types the header cache-status field is always: "miss":
traefik.yml
experimental:
plugins:
cache:
modulename: "github.com/traefik/plugin-simplecache"
version: "v0.2.1"
cache.yml
http:
middlewares:
regenbogen-ice-api-cache:
plugin:
cache:
path: /cache/regenbogenice
maxExpiry: 60
router
and my requests:
I hope you can help me.
I can't get it to work either. Might be because Traefik Enterprise has a cache feature?
The reason could be that the original response doesn't have any cache-related info for the underlying module https://github.com/pquerna/cachecontrol. In case anyone is still interested I've forked this plugin and added the hack for this.