pub unsafe fn cache_get<K, V>(
cache: *mut LazyRUMCache<K, V>,
expr: &K,
default: &'static V,
) -> LazyRUMCacheValue<V>pub unsafe fn cache_get<K, V>(
cache: *mut LazyRUMCache<K, V>,
expr: &K,
default: &'static V,
) -> LazyRUMCacheValue<V>