Module

x/hono/middleware.ts>cache

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable cache
import { cache } from "https://dotland.deno.dev/x/hono@v4.1.5/middleware.ts";

type

(options: { cacheName: string; wait?: boolean; cacheControl?: string; }) => MiddlewareHandler