class FileFetcherimport { FileFetcher } from "https://deno.land/x/deno_cache@0.5.2/file_fetcher.ts"; ConstructorsnewFileFetcher(httpCache: HttpCache,cacheSetting?: CacheSetting,allowRemote?,)Methodsfetch(specifier: URL): Promise<LoadResponse | undefined>