Searched refs:resourceToFileCacheInfo (Results 1 – 1 of 1) sorted by relevance
684 resourceToFileCacheInfo: {[resource: string]: Set<string>}) {686 for (const element in resourceToFileCacheInfo) {687 this.resourceToFile[element] = new Set(resourceToFileCacheInfo[element]);732 const resourceToFileCacheInfo = cache.get('resourceToFileCacheInfo') || {}; constant733 for (const i in resourceToFileCacheInfo) {734 resourceToFileCacheInfo[i] = new Set(resourceToFileCacheInfo[i]);736 …le: {[resource: string]: Set<string> | string[]} = Object.assign(resourceToFileCacheInfo, this.res…