PreloadCacheDelegate

Trait PreloadCacheDelegate 

Source
pub trait PreloadCacheDelegate<T, U>: Send + Sync {
    // Required method
    fn get(&self, key: &T) -> Option<U>;
}

Required Methods§

Source

fn get(&self, key: &T) -> Option<U>

Implementors§