vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
7 lines (6 loc) • 324 B
TypeScript
import '../../assertEnvServer.js';
export { getCacheControl };
export { cacheControlDisable };
import type { PageConfigRuntime } from '../../../types/PageConfig.js';
declare const cacheControlDisable = "no-store, max-age=0";
declare function getCacheControl(pageId: string | null, pageConfigs: PageConfigRuntime[]): string;