Categorygithub.com/robteix/cache
repositorypackage
1.0.0
Repository: https://github.com/robteix/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.