Module ipfs_sqlite_block_store::cache[][src]

Structs

A wrapping cache tracker that performs write operations on another thread

Information about a block that is quick to gather

keep track of block accesses in memory

a cache tracker that does nothing whatsoever, but is extremely fast

a cache tracker that just sorts by id, which is the time of first addition of a block

A cache tracker that uses a sqlite database as persistent storage

Information about a write operation that is cheap to gather

Traits

tracks block reads and writes to provide info about which blocks to evict from the LRU cache

Wrapper around a spawn function