diff --git a/src/cache-base.ts b/src/cache-base.ts index e7bba99..8a220eb 100644 --- a/src/cache-base.ts +++ b/src/cache-base.ts @@ -216,7 +216,7 @@ export abstract class AbstractCache { const cachePath = this.getCachePath() await this.saveCache(cachePath, cacheKey) - listener.entry(this.cacheName).markSaved(cacheKey) + listener.entry(this.cacheDescription).markSaved(cacheKey) return }