Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 670 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 670 Bytes

LRU Build Status Go Report Card Coverage Status GoDoc

LRU is a persistent read-through local cache backed by BoltDB and a remote store of your choosing.

Currently A Work In Progress