module@warp-drive/experiments/pagination @experimental
Function clearPaginationCache() sincev5.9.0
ts
function clearPaginationCache(): void;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