[][src]Trait bindle::cache::Cache

pub trait Cache: Storage { }

A marker trait that indicates this is a caching implementation (as opposed to just storage)

Implementors

impl<S: Storage + Send + Sync + Clone> Cache for DumbCache<S>[src]

Loading content...