UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

7 lines (6 loc) • 324 B
export { getCacheControl }; export { cacheControlDisable }; import type { PageConfigRuntime } from '../../../types/PageConfig.js'; import '../../assertEnvServer.js'; declare const cacheControlDisable = "no-store, max-age=0"; declare function getCacheControl(pageId: string | null, pageConfigs: PageConfigRuntime[]): string;