pub trait IsCached {
    fn is_cached(&self) -> bool;
}

Required methods

Implementors