Trait rscache::Store[][src]

pub trait Store: Sized {
    fn new(main_file: File) -> Result<Self>;
fn read(&self, archive: &ArchiveRef) -> Result<Vec<u8>>; }
Expand description

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

Required methods

Implementors