Registry /
utility / eko-gocache-store-bigcache-v4
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
bigcache
✓ github.com/eko/gocache/store/bigcache/v4
Initialize a BigCache store for use with GoCache.
package main
import (
"github.com/eko/gocache/store/bigcache/v4"
"github.com/allegro/bigcache/v3"
)
func main() {
b, _ := bigcache.NewBigCache(bigcache.DefaultConfig(10 * time.Minute))
store := bigcache.NewBigcache(b)
_ = store
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
4.2.4latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.