Skip to main content
Module

x/cache/mod.ts>Cache.Wrapper#fetch

🥌 Deno cache library
Very Popular
Go to Latest
method Cache.Wrapper.prototype.fetch
import { Cache } from "https://deno.land/x/cache@0.2.1/mod.ts";
const { Wrapper } = Cache;

Parameters

url: string | URL
optional
policy: Policy

Returns

Promise<File>