bitcoinleveldb-cache 0.1.16-alpha.0
a cache is an interface that maps keys to values. It has internal synchronization and may be safely accessed concurrently from multiple threads. It may automatically evict entries to make room for new entries. Values have a specified charge against the cache capacity. A builtin cache implementation with an LRU eviction policy is provided