function invalidateSettingsCache
invalidateSettingsCache(): void

Invalidate the settings cache (for testing or after writes). Also clears the permanent timezone cache since it derives from settings, and the page content cache since it derives from encrypted settings.

Return Type

void

Usage

import { invalidateSettingsCache } from "docs/database.ts";