Function fetch_with_cache

Source
pub fn fetch_with_cache(
    fc: &FileCache,
    s: &dyn SyncSource,
) -> Result<Vec<u8>, FetchError>