Remix.run Logo
awenix 2 days ago

groupcache[https://github.com/golang/groupcache] has been around for some time now.

HALtheWise a day ago | parent | next [-]

The original groupcache is basically unmaintained, but there's at least two forks that have carried on active development and support additional nice features (like eviction), and should probably be preferred for most projects.

https://github.com/groupcache/groupcache-go

mrweasel a day ago | parent | prev | next [-]

I'm insanely fascinated by Groupcache. It's such a cool idea.

pstuart 2 days ago | parent | prev [-]

It's very limited in scope, but if it solves your needs it would be the way to go.