Skip to content
/ cachr Public

A library of in-memory caching algorithms for Go

License

Notifications You must be signed in to change notification settings

abcum/cachr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7dc01ea · Dec 9, 2020

History

40 Commits
Sep 29, 2019
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 15, 2017
Jan 11, 2017
Mar 20, 2017
Jan 11, 2017
Sep 29, 2019
Sep 29, 2019
Jan 15, 2017
Dec 9, 2020
Dec 9, 2020

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