Trait tfs::Cache
[−]
[src]
pub trait Cache: Send + Sync + Debug { fn read(&self, id: ContentId, buf: &mut [u8]) -> Result<()>; }
Required Methods
Implementors
impl Cache for S3Storageimpl Cache for P2PCacheimpl Cache for MockStorageimpl Cache for Box<Storage>