Searched refs:cacheInfo (Results 1 – 1 of 1) sorted by relevance
765 const cacheInfo: {[id: string]: fileInfo} = cache.get('fileCacheInfo') || {}; constant767 cacheInfo[id] = this.wholeFileInfo[id].fileInfo;769 cache.set('fileCacheInfo', cacheInfo);837 constructor(cacheInfo: fileInfo, etsFile?: boolean) {839 this.fileInfo = cacheInfo || this.fileInfo;854 constructor(cacheInfo?: fileInfo) {855 super(cacheInfo, true);856 this.fileInfo = cacheInfo || this.fileInfo;