function invalidateCachesForTable
invalidateCachesForTable(table: string): void

Fire every cache invalidator registered against table (no-op if none). The write narrows nothing, so column-gated entries fire too.

Parameters

table: string

Return Type

void

Usage

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