import { cache } from "https://deno.land/x/hono@v3.10.2/middleware/cache/index.ts";
type
(options: { cacheName: string; wait?: boolean; cacheControl?: string; }) => MiddlewareHandler
import { cache } from "https://deno.land/x/hono@v3.10.2/middleware/cache/index.ts";