In memory cache package for Go Documentation: http://go.pkgdoc.org/github.com/samuel/go-cache Algorithms LRU : O(1) for all operations LFU : O(1) for all operations