variable Cacheimport { Cache } from "https://deno.land/x/caviar@2.6.9/web/src/loader/Cache.ts"; type{ get: (type: string) => Map<string, unknown>; getEntry: (cache: string, entry: string) => unknown; }