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

fn new<P: AsRef<Path>>(path: P) -> Result<Self>[src]

Implementors

impl<S: Store> CacheCore for Cache<S>[src]

fn new<P: AsRef<Path>>(path: P) -> Result<Self>[src]