Function fetch_with_cache_async

Source
pub async fn fetch_with_cache_async(
    fc: &FileCache,
    s: &dyn AsyncSource,
) -> Result<Vec<u8>, FetchError>