function resetAllCaches
resetAllCaches(): void

Clear every registered cache: each table-registered invalidator once (a cache registered against several tables still only clears once) plus every extra reset hook. Runs after operations that bypass the normal write path — a full reset or a restore — where any warm cache is stale. A lazily-loaded cache module that never ran is absent from the registry, which is correct: it has no cache to clear.

Return Type

void

Usage

import { resetAllCaches } from "docs/utilities.ts";