golang-cache
There are 9 repositories under golang-cache topic.
naughtygopher/pocache
Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy
tomiok/fuego-cache
Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-to-deploy cache service totally free. PRs are welcome folks.
liu-cn/ElasticCache
golang本地高并发时效缓存,自动清理过期缓存,并发安全。
antichris/go-cache
A generic timed key-value in-memory data store
hottaro/golang_tiny_lib
build the smallest tools lib for golang(protocol/event/log/db/cache), to be continue...
royalbhati/LRU-Cache
[WIP] Basic Implementation of LRU Cache in golang
unodan/cache
Caching package to keep machine state for (golang)
pobyzaarif/go-cache
Golang cache library/adapter with TTL implementation, key:value store using memory (Memcached), and Redis.