eko / gocache

☔️ A complete Go cache library that brings you multiple ways of managing your caches
https://vincent.composieux.fr/article/i-wrote-gocache-a-complete-and-extensible-go-cache-library/
MIT License
2.46k stars 195 forks source link

Expose option details #181

Closed sgtsquiggs closed 1 year ago

sgtsquiggs commented 1 year ago

Currently it is difficult to implement StoreInterface because you cannot inspect Options or InvalidateOptions.

sgtsquiggs commented 1 year ago

This fixes #175