Registry / utility / eko-gocache-store-bigcache-v4

eko-gocache-store-bigcache-v4

JSON →
library4.2.4gogounverified

A BigCache store adapter for the GoCache caching library.

go get github.com/eko/gocache/store/bigcache/v4
INSTALL
IMPORT
SIG · EKO-GOCACHE-STORE-
E
eko-gocache-store-bigcache-v4
utilitygov4.2.4
harness data pending
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.

Agent activity
6 hits · last 30 days
node
6
Resources
eko-gocache-store-bigcache-v4 — go get eko-gocache-store-bigcache-v4 · libregistry