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