/** * Scheduled Action Handler: Invalidate Pattern Cache * * Asynchronously invalidates ISR cache for all pages using a pattern. * This is triggered when a pattern's blocks are updated, ensuring * dependent pages are refreshed without blocking the update request. * * @module core/lib/scheduled-actions/handlers/invalidate-pattern-cache */ /** * Register the pattern cache invalidation handler * * Call this function during app initialization to register the handler. * The handler processes invalidations in batches for better performance. */ export declare function registerPatternCacheInvalidationHandler(): void; //# sourceMappingURL=invalidate-pattern-cache.d.ts.map