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

eko-gocache-store-ristretto-v4

JSON →
library4.3.2gogounverified

Ristretto cache store adapter for the GoCache multi-level caching library.

go get github.com/eko/gocache/store/ristretto/v4
INSTALL
IMPORT
SIG · EKO-GOCACHE-STORE-
E
eko-gocache-store-ristretto-v4
utilitygov4.3.2
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.

ristretto
github.com/eko/gocache/store/ristretto/v4

Create a Ristretto-backed cache store.

package main import ( "github.com/eko/gocache/store/ristretto/v4" "github.com/eko/gocache/lib/v4/cache" ) func main() { ristrettoStore, _ := ristretto.NewStore() cacheManager := cache.New[any](ristrettoStore) _ = cacheManager }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
eko-gocache-store-ristretto-v4 — go get eko-gocache-store-ristretto-v4 · libregistry