Files
Webklar.com/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

7 lines
411 B
TypeScript

import type { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime';
import type { FlightSegmentPath } from '../../../server/app-render/types';
/**
* Fill cache up to the end of the flightSegmentPath, invalidating anything below it.
*/
export declare function invalidateCacheBelowFlightSegmentPath(newCache: CacheNode, existingCache: CacheNode, flightSegmentPath: FlightSegmentPath): void;