Improve formatting for caching report

This commit is contained in:
Daz DeBoer
2021-10-30 07:39:21 -06:00
parent 75cec40e58
commit 6ca4d4ade2
3 changed files with 18 additions and 11 deletions

View File

@@ -132,7 +132,7 @@ export abstract class AbstractCache {
}
const cacheKey = this.prepareCacheKey()
const entryReport = listener.entry(this.cacheName)
const entryReport = listener.entry(this.cacheDescription)
entryReport.markRequested(cacheKey.key, cacheKey.restoreKeys)
this.debug(