variable cacheimport { cache } from "https://dotland.deno.dev/x/hono@v4.2.6/middleware.ts"; type(options: { cacheName: string; wait?: boolean; cacheControl?: string; vary?: string | string[]; }) => MiddlewareHandler