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

Table of supported functionality #257

Open Fire-Dragon-DoL opened 2 months ago

Fire-Dragon-DoL commented 2 months ago

Apparently, ristretto doesn't support "Loadable" cache, Bigcache doesn't support anything but byte values and freecache doesn't support anything but byte keys and values.

Some of the examples in the README are wrong, using strings for these stores but actually failing with an error.

I'm thinking maybe a grid of "features supported" per store could help understanding what can and cannot be used.