method FileFetcher.prototype.fetchimport { FileFetcher } from "https://dotland.deno.dev/x/deno_cache@0.7.1/mod.ts"; fetch(specifier: URL, options?: FetchOptions): Promise<LoadResponse | undefined>Parametersspecifier: URLoptionaloptions: FetchOptionsReturnsPromise<LoadResponse | undefined>