class Wrapperimport { Wrapper } from "https://deno.land/x/cache@0.2.13/cache.ts"; ConstructorsnewWrapper(ns?: string)Methodscache(url: string | URL, policy?: Policy): Promise<File>exists(url: string | URL): Promise<boolean>purge(): Promise<boolean>remove(url: string | URL): Promise<boolean>