Cachr is a library of in-memory caching algorithms for Golang.
- For use by a single goroutine
- Multiple in-memory cache types
- Specify maximum cache sizes in bytes
- Go library for embedding inside other Go code
- Support for ARC, MRU, LRU, FIFO, LIFO, LFU, LFUDA caching algorithms
go get github.com/abcum/cachr