For API docs and examples, see http://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that key Unlike memcached, groupcache: does not require running a separate set of servers, thus massively redu...
githubch / groupcache githubhot / groupcache gitzhujia / groupcache glycerine / groupcache gnavgire / groupcache gnomix / groupcache Gnukos / groupcache godeep / groupcache GogoIsbug / groupcache golny / groupcache gottaBoy / groupcache
import "github.com/shadydaikon/groupcache-go/v3/contrib" // Create a new groupcache instance with a custom cache implementation instance := groupcache.New(groupcache.Options{ CacheFactory: func(maxBytes int64) (groupcache.Cache, error) { return contrib.NewOtterCache(maxBytes) }, HashFn: fnv1....
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. For API docs and examples, see http://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that...
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. For API docs and examples, see http://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that...
For API docs and examples, see http://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that key Unlike memcached, groupcache: does not require running a separate set of servers, thus massively redu...
sinks.go goprotobuf has moved to GitHub Nov 25, 2014 Repository files navigation README Apache-2.0 license groupcache Summary groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. For API docs and examples, see http://godoc.org/github.com/...
For API docs and examples, seehttp://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that key Unlike memcached, groupcache: does not require running a separate set of servers, thus massively reducing...
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. For API docs and examples, see http://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that...
For API docs and examples, seehttp://godoc.org/github.com/golang/groupcache Comparison to memcached Like memcached, groupcache: shards by key to select which peer is responsible for that key Unlike memcached, groupcache: does not require running a separate set of servers, thus massively reducing...