github.com/golang/groupcache
Ecosystem:
go
go
Package URL:
pkg:golang/github.com/golang/groupcache
Total PRs:
3 Dependabot PRs
3 Dependabot PRs
Latest PR:
10 months ago
10 months ago
Unique Repositories:
2 repositories
2 repositories
Unique Repos (30 days):
1 repository
1 repository
Recent PRs
Bump the go-modules group with 70 updates
0.0.0-20210331224755-41bb18bfe9da → 0.0.0-20241129210726-2c02b8208cf8
Open
10 months ago
1 comment
chore(deps): bump the go-modules group with 69 updates
0.0.0-20210331224755-41bb18bfe9da → 0.0.0-20241129210726-2c02b8208cf8
Closed
about 1 year ago
1 comment
Package Details
| Name: | github.com/golang/groupcache |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/golang/groupcache |
| JSON API: | View JSON |
Package Information
Description:
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.
| Repository: | https://github.com/golang/groupcache |
| Homepage: | https://github.com/golang/groupcache |
| Latest Release: |
v0.0.0-20210331224755-41bb18bfe9da
about 5 years ago |
| Dependent Repos: | 125,744 |
| Dependent Packages: | 41,252 |
| Ranking: | Top 0.0057% by dependent repos Top 0.0049% by dependent pkgs |