get_from_cache

Function get_from_cache 

Source
pub(crate) async fn get_from_cache(
    cache: Option<&ManifestCache>,
    key: &str,
) -> Option<Vec<u8>>
Expand description

Gets a manifest file from cache. Returns the file data if found in cache, None otherwise.