Categorygithub.com/rselbach/cache
repositorypackage
0.0.1
Repository: https://github.com/rselbach/cache.git
Documentation: pkg.go.dev

# README

cache

cache is a time aware LRU cache.

I've been writing simplified, specialized versions of these caches for a lot of projects over the years, with a goroutine to periodically purge items, so I thought I'd just put together a more generalized version I can use.

Please see the documentation for more info.

Very much a work in progress.