go-github-com-patrickmn-go-cache 2.1.0
Channel: guix
Home page: https://github.com/patrickmn/go-cache
Licenses: Expat
Synopsis: In-memory key:value store/cache Golang library
Description:
go-cache is an in-memory key:value store/cache similar to Memcached that is suitable for applications running on a single machine. Its major advantage is that, being essentially a thread-safe map[string]interface
with expiration times, it doesn't need to serialize or transmit its contents over the network.
Total results: 1