Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRU

Build Status GoDoc GitHub release

LRU is a Go library for caching arbitrary data with least-recently-used (LRU) eviction strategy and TTL support. There is also a LRUCounter which allows you to easily to count high cardinality lists while keeping a bounded set in memory.

Inspired by LRU code from larsmans and vitess

Docs: https://godoc.org/github.com/jehiah/lru

About

Go library for caching arbitrary data with least-recently-used (LRU) eviction strategy

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages