default_cache

Function default_cache 

Source
pub(crate) fn default_cache<K: Send + Sync + Hash + Eq + 'static, V: Send + Sync + Clone + 'static>() -> Cache<K, V>