proxy.golang.org : github.com/groupcache/groupcache-go/v3
Package groupcache provides a data loading mechanism with caching and de-duplication that works across a set of peer processes. Each Get() call 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
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/groupcache/groupcache-go/v3
License: Apache-2.0
Latest release: 5 months ago
First release: about 1 year ago
Namespace: github.com/groupcache/groupcache-go
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 28 days ago