Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/middleware.ts>cache

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable cache
import { cache } from "https://deno.land/x/hono@v3.7.4/middleware.ts";

type

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