go-cache
go-cache copied to clipboard
Go in-memory cache library
cache
Package cache offers concurrency safe in-memory cache based on b-tree and hash-map indexing. All methods of Cache struct are concurrency safe and operates cache atomically.