Searched refs:fileCacheKey (Results 1 – 1 of 1) sorted by relevance
151 fileCacheKey: string = 'null'; property in DbPool293 this.fileCacheKey = fileKey;295 this.fileCacheKey = `trace/${new Date().getTime()}-${buffer.byteLength}`;296 this.saveTraceFileBuffer(this.fileCacheKey, buffer).then();486 threadPool2.fileCacheKey = key;488 threadPool.fileCacheKey = key;493 return traceId === threadPool2.traceId ? threadPool2.fileCacheKey : threadPool.fileCacheKey;