Type Definition kvarn::comprash::FileCache

source · []
pub type FileCache = RwLock<Cache<PathBuf, Bytes>>;
Expand description

A Cache inside a Mutex with appropriate type parameters for a file cache.