Searched refs:perProjectCache (Results 1 – 1 of 1) sorted by relevance
86 private readonly perProjectCache = new Map<string, TypingsCacheEntry>(); property in TypingsCache106 const entry = this.perProjectCache.get(project.getProjectName());114 this.perProjectCache.set(project.getProjectName(), {128 this.perProjectCache.set(projectName, {139 this.perProjectCache.delete(project.getProjectName());