groupcache
Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
13,320
A generic in-memory cache Go library. It supports expiration, sliding expiration, max entries limit, eviction callbacks and sharding.
Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
Efficient key/value cache for gigabytes of data.
A high performance memory-bound Go cache.
A complete Go cache library with multiple stores (memory, memcache, redis, ...), chainable, loadable, metrics cache and more.
Cache library with support for expirable Cache, LFU, LRU and ARC.