Skip to main content

cache_get

Function cache_get 

Source
pub unsafe fn cache_get<K, V>(
    cache: *mut LazyRUMCache<K, V>,
    expr: &K,
    default: &'static V,
) -> LazyRUMCacheValue<V>
where K: Hash + Eq + Clone + 'static, V: Clone,