Module rscache::store[][src]

Expand description

Store trait for cache interchangeability.

Structs

FileStore

Cache inner reading using a file handle.

MemoryStore

Cache inner reading from memory.

Traits

Store

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