fastcache - fast thread-safe inmemory cache for big number of entries. Minimizes GC overhead. GCache - Cache library with support for expirable Cache, LFU, LRU and ARC. go-cache - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications...