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