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 S3Storage
impl Cache for P2PCache
impl Cache for MockStorage
impl Cache for Box<Storage>