Function kdevice::cache::cache_get[][src]

pub async fn cache_get<'a, T: Cache>(
    sel: &'a T,
    key: T::Key,
    flush: bool
) -> Result<Option<CacheEntry<'a, T>>>
Expand description

Get a cache entry by key.