class cache extends Plugin<Options>import { cache } from "https://deno.land/x/xserver@5.2.2/src/mod.ts"; Constructorsnewcache(options?: Options)Methodshandle(context: Context, options?: Options)maxAge(data: number)mustRevalidate(data: boolean)noCache(data: boolean)noStore(data: boolean)private(data: boolean)public(data: boolean)