import { ResponseCacheHook } from "https://deno.land/x/alosaur@v0.33.0/src/hooks/response-cache/response-cache.decorator.ts";
Constructors
new
ResponseCacheHook(store: ResponseCacheStore)Methods
onPostAction(context: HttpContext<unknown>, payload: ResponseCachePayload)
onPreAction(context: HttpContext<unknown>, payload: ResponseCachePayload)