HasCache

Trait HasCache 

Source
pub trait HasCache: Send + Sync {
    // Required method
    fn get_cache(&self) -> Option<&Cache>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HasCache for Arc<Cache>

Implementors§