strapi-community / strapi-plugin-rest-cache

Speed-up HTTP requests with LRU cache.
https://strapi-community.github.io/strapi-plugin-rest-cache/
MIT License
129 stars 29 forks source link

Cache invalidation not working when updating Content-Type or purging cache #24

Closed jpizzati-uvl closed 1 year ago

jpizzati-uvl commented 2 years ago

First off, @stafyniaksacha thanks for this great plugin, it is very helpful.

I am also experiencing this issue. After click on Purge REST cache button nothing happens. Same issue when updating content-type, response still returns cached data. Here's my config:

Screen Shot 2022-05-27 at 18 47 23

I'm on Strapi v4.1.12

jsanta commented 2 years ago

Seems to be related with #23

jpizzati-uvl commented 1 year ago

As per my comment here, cache clearing mechanism is working as expected.

See more details on #23