/lru

Golang LRU read-through cache backed by a remote store

Primary LanguageGoOtherNOASSERTION

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