bpms_site/.svn/pristine/65/65cbcf060c96558804e5e56aba697b5318ce8cd3.svn-base
2025-11-02 16:38:49 +03:30

7 lines
368 B
Plaintext

import type { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime';
import type { FlightRouterState } from '../../../server/app-render/types';
/**
* Invalidate cache one level down from the router state.
*/
export declare function invalidateCacheByRouterState(newCache: CacheNode, existingCache: CacheNode, routerState: FlightRouterState): void;