gin-contrib / cache

Gin middleware/handler to enable Cache
https://gin-gonic.github.io/gin
MIT License
365 stars 95 forks source link

statistics about cached pages / invalidation #70

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi guys,

Hope you are all well !

I know that I am posting this issue in a desert of non-replied issues, despite being part of the awesome gin-gonic bundle, :-) but I was wondering how complicated it would be to have stats controller with the list of cached pages with their expiration date.

And ultimately, it would be nice to invalidate a cached page. But how to do it ?

Thanks for any insights or inputs on that.

Cheers, Luc Michalski