class DiskCacheimport { DiskCache } from "https://dotland.deno.dev/x/deno_cache@0.7.1/disk_cache.ts"; ConstructorsnewDiskCache(location: string)Propertieslocation: stringMethodsget(filename: string): Promise<Uint8Array>set(filename: string, data: Uint8Array): Promise<void>Static MethodsgetCacheFilename(url: URL): Promise<string>