/lru-cache

A LRU replacement cache

Primary LanguageGoMIT LicenseMIT

lru-cache

Build Status Coverage Status

A LRU replacement cache

It comes with an in-memory store that is safe for concurrent use.

You can always roll out your own custom store implementation once it implements the Store interface.