a2d
Results
1
comments of
a2d
the key is too long. example: ``` package main import ( "time" "github.com/allegro/bigcache/v2" ) func main() { c := bigcache.DefaultConfig(3 * time.Second) ca, err := bigcache.NewBigCache(c) if err != nil...