Skip to content
module@warp-drive/core/signals/-leaked

Function clearPaginationCache() sincev5.9.0

ts
function clearPaginationCache(): void;

Defined in: warp-drive-packages/core/src/signals/pagination-cache.ts:265

Clears the module-level pagination cache used by getPaginationCache. Primarily intended for test isolation, since the cache is keyed by url and otherwise persists for the lifetime of the module.

Returns

void

Released under the MIT License.