Registry / utility / allegro-bigcache

allegro-bigcache

JSON →
library1.2.1gogounverified

Fast, concurrent, in-memory cache for large numbers of entries in Go.

go get github.com/allegro/bigcache
INSTALL
IMPORT
SIG · ALLEGRO-BIGCACHE
A
allegro-bigcache
utilitygov1.2.1
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/allegro/bigcache

Creates a BigCache instance, sets and gets a value.

package main import ( "fmt" "github.com/allegro/bigcache" ) func main() { cache, _ := bigcache.NewBigCache(bigcache.DefaultConfig(10 * time.Minute)) cache.Set("key", []byte("value")) val, _ := cache.Get("key") fmt.Println(string(val)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
94 hits · last 30 days
node
90
Meta
1
Amazon
1
Bingbot
1
OpenAI (training)
1
Resources
allegro-bigcache — go get allegro-bigcache · libregistry