Trait rscache::CacheCore[][src]

pub trait CacheCore: CacheRead + Sized {
    fn new<P: AsRef<Path>>(path: P) -> Result<Self>;
}
Expand description

The core of a cache.

Required methods

Implementors