Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/src/hooks/response-cache/mod.ts>ResponseCachePayload

Alosaur - Deno web framework with many decorators
Go to Latest
interface ResponseCachePayload
Re-export
import { type ResponseCachePayload } from "https://deno.land/x/alosaur@v0.28.0/src/hooks/response-cache/mod.ts";

Properties

duration: number

Time duration cache in ms

optional
getHash: (context: Context) => string

Function for gets hash by context, default hash by serverRequest.url