proxy.golang.org : github.com/modernprogram/groupcache/v2 : v2.6.3
Package groupcache provides a data loading mechanism with caching and de-duplication that works across a set of peer processes. Each data Get first consults its local cache, otherwise delegates to the requested key's canonical owner, which then checks its cache or finally gets the data. In the common case, many concurrent cache misses across a set of peers for the same key result in just one cache fill.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/modernprogram/groupcache/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/davecgh/go-spew v1.1.1
- github.com/golang/protobuf v1.5.3
- github.com/google/go-cmp v0.5.9
- github.com/kr/pretty v0.3.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rogpeppe/go-internal v1.10.0
- github.com/segmentio/fasthash v1.0.3
- github.com/sirupsen/logrus v1.9.0
- github.com/stretchr/testify v1.8.4
- golang.org/x/sys v0.14.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.1