pub trait CacheMode<K>where
    K: CacheKey,
{ fn can_cache(key: &K) -> bool; }

Required Methods

Implementors