Searched refs:readFileCache (Results 1 – 3 of 3) sorted by relevance
171 const readFileCache = new Map<Path, string | false>(); constant178 const value = readFileCache.get(key);184 readFileCache.set(key, newValue !== undefined ? newValue : false);189 const value = readFileCache.get(key);227 const value = readFileCache.get(key);229 readFileCache.delete(key);
120769 var readFileCache = new ts.Map();120775 var value = readFileCache.get(key);120782 readFileCache.set(key, newValue !== undefined ? newValue : false);120787 var value = readFileCache.get(key);120827 var value = readFileCache.get(key);120829 readFileCache.delete(key);
100144 var readFileCache = new ts.Map();100150 var value = readFileCache.get(key);100157 readFileCache.set(key, newValue !== undefined ? newValue : false);100162 var value = readFileCache.get(key);100200 var value = readFileCache.get(key);100202 readFileCache.delete(key);