Crate bitcoinleveldb_cache

Source

Structs§

Cache
CacheHandle
| Opaque handle to an entry stored in the | cache. |
CacheRep

Traits§

CacheErase
CacheInsert
CacheInterface
CacheLookup
CacheNewId
CachePrune
CacheRelease
CacheTotalCharge
CacheValue

Functions§

new_lru_cache
| Create a new cache with a fixed size capacity. | | This implementation of Cache uses a | least-recently-used eviction policy. |