Searched refs:cacheString (Results 1 – 1 of 1) sorted by relevance
30 const cacheString: string = JSON.stringify(Object.fromEntries(cache), null, spaceOfNameCache); constant31 FileUtils.writeFile(destFileName, cacheString);36 const cacheString: string = FileUtils.readFile(filePath); constant37 if (cacheString === undefined) {42 return JSON.parse(cacheString);