Registry / utility / morkid-gocache

morkid-gocache

JSON →
library1.0.0gogounverified

A simple and fast in-memory cache library for Go applications.

go get github.com/morkid/gocache
INSTALL
IMPORT
SIG · MORKID-GOCACHE
M
morkid-gocache
utilitygov1.0.0
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.

gocache
github.com/morkid/gocache

Creates a new cache, sets a key-value pair, and retrieves it.

package main import ( "fmt" "github.com/morkid/gocache" ) func main() { cache := gocache.New() cache.Set("key", "value", 0) val, _ := cache.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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