{"id":51424,"library":"coocood-freecache","title":"coocood freecache","description":"Package freecache provides a fast and memory-efficient cache library for Go.","status":"active","version":"1.2.7","language":"go","source_language":null,"source_url":"https://github.com/coocood/freecache","tags":["cache","memory","performance"],"install":[{"cmd":"go get github.com/coocood/freecache","lang":"bash","label":"Install github.com/coocood/freecache"}],"dependencies":[],"imports":[{"symbol":"freecache","correct":"github.com/coocood/freecache"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/coocood/freecache\"\n)\n\nfunc main() {\n    cache := freecache.NewCache(100 * 1024) // 100KB\n    cache.Set([]byte(\"key\"), []byte(\"value\"), 60) // 60 seconds TTL\n    val, _ := cache.Get([]byte(\"key\"))\n    fmt.Println(string(val))\n}","lang":"go","description":"Create a cache, set and get a value"},"warnings":[],"env_vars":null,"search_vec":"'cach':12,16 'coocood':1 'effici':11 'fast':7 'freecach':2,4 'go':15 'librari':13 'memori':10,17 'memory-effici':9 'packag':3 'perform':18 'provid':5","created_at":"2026-06-15T06:14:18.860855+00:00","updated_at":"2026-06-15T06:14:18.860855+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/coocood/freecache","github":"https://github.com/coocood/freecache","docs":"https://pkg.go.dev/github.com/coocood/freecache#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}