Registry / utility / eko-gocache-lib-v4

eko-gocache-lib-v4

JSON →
library4.2.3gogounverified

Package lib provides a cache library with multiple store backends for Go applications.

go get github.com/eko/gocache/lib/v4
INSTALL
IMPORT
SIG · EKO-GOCACHE-LIB-V4
E
eko-gocache-lib-v4
utilitygov4.2.3
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.

lib
github.com/eko/gocache/lib/v4

Creates a cache instance with an in-memory store.

package main import ( "github.com/eko/gocache/lib/v4" "github.com/eko/gocache/store/go_cache/v4" ) func main() { store := gocache.NewStore() cache := lib.New(store) cache.Set("key", "value", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
eko-gocache-lib-v4 — go get eko-gocache-lib-v4 · libregistry