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

x/hono/middleware/cache/index.ts>cache

Ultrafast web framework for the Edges
Very Popular
Go to Latest
variable cache
import { cache } from "https://deno.land/x/hono@v3.3.3/middleware/cache/index.ts";

type

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