[−][src]Trait rscache::Store
The internal storage for a cache with a way to read internal data.
The internal storage for a cache with a way to read internal data.
impl Store for FileStore[src]fn new(main_file: File) -> Result<Self>[src]fn read(&self, archive: &Archive) -> Result<Vec<u8>>[src]impl Store for MemoryStore[src]