Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/gustwind/gustwind-server/cache.ts>ServeCache

πŸ³πŸ’¨ – Deno powered JSON oriented site generator
Go to Latest
type alias ServeCache
import { type ServeCache } from "https://deno.land/x/gustwind@v0.32.2/gustwind-server/cache.ts";
definition: { contexts: Record<string, DataContext>; components: Record<string, Component>; layoutDefinitions: Record<string, Component | Component[]>; layouts: Record<string, Component | Component[]>; scripts: Record<string, string>; styles: Record<string, string>; routes: Record<string, Route>; routeDefinitions: Record<string, Route>; pageUtilities: Utilities; twindSetup: Record<string, unknown>; }