import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { CacheStorage } = dom;
The storage for Cache objects.
Methods
match(request: RequestInfo, options?: MultiCacheQueryOptions): Promise<Response | undefined>
open(cacheName: string): Promise<Cache>