UNPKG

440 BTypeScriptView Raw
1import CacheItem from './CacheItem';
2import { IFlushArgs } from './interfaces';
3export declare const assignRefToParent: (refItem: any, parentUid: any, path: string[], flushArgs: IFlushArgs) => void;
4export declare const updateRefFroms: (item: CacheItem, flushArgs: IFlushArgs) => void;
5export declare const updatePointers: (flushArgs: IFlushArgs) => void;
6export declare const updateRefTos: (entityUid: any, flushArgs: IFlushArgs) => void;