interface RuntimeCache implements Cacheimport { type RuntimeCache } from "https://deno.land/x/frugal@0.9.1/src/cache/Cache.ts"; Methodsget(path: string): Promise<Response | undefined>has(path: string): Promise<boolean>