Searched refs:cacheArrayStr (Results 1 – 1 of 1) sorted by relevance
276 const cacheArrayStr: string = '[' + readCacheSourceMap.replace(/\n/g, ',') + ']'; constant277 const cacheArray: Array<Object> = JSON.parse(cacheArrayStr);