Skip to main content
Module

x/alephjs/server/response.ts>CacheControlOptions

The Full-stack Framework in Deno.
Go to Latest
type alias CacheControlOptions
import { type CacheControlOptions } from "https://deno.land/x/alephjs@1.0.0-alpha.68.6/server/response.ts";
definition: { maxAge?: number; sMaxAge?: number; public?: boolean; private?: boolean; immutable?: boolean; mustRevalidate?: boolean; }