Skip to content

abcum/cachr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published