[][src]Module rscache::store

Store trait for cache interchangeability.

Structs

FileStore

Cache inner reading using a file handle.

MemoryStore

Cache inner reading from memory.

Constants

SECTOR_DATA_SIZE
SECTOR_EXPANDED_DATA_SIZE
SECTOR_EXPANDED_HEADER_SIZE
SECTOR_HEADER_SIZE
SECTOR_SIZE

Traits

Store

The internal storage for a cache with a way to read internal data.