crowdriff / lru

Golang LRU read-through cache backed by a remote store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Golang LRU read-through cache backed by a remote store

License:Other


Languages

Language:Go 98.9%Language:Makefile 1.1%