GO-LRU In memory Go implementation of LRU (Least Recently Used) Cache. Cache Replacement Policies LRU | Wikipedia Key characteristics no dependencies NOT thread safe Alternatives hashicorp/golang-lru