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

Required Methods

Implementors