Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

File metadata and controls

19 lines (13 loc) · 1.01 KB

cachr

Cachr is a library of in-memory caching algorithms for Golang.

Features

  • 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

Installation

go get github.com/abcum/cachr