fix(core): update
This commit is contained in:
@@ -7,7 +7,7 @@ export class CacheMemoryManager extends AbstractCache {
|
||||
private levelCacheRef: LevelCache;
|
||||
private fastMap = new plugins.lik.FastMap<CacheEntry>();
|
||||
private readyDeferred = plugins.smartpromise.defer<void>();
|
||||
|
||||
|
||||
public ready = this.readyDeferred.promise;
|
||||
public status: 'active' | 'inactive';
|
||||
|
||||
@@ -41,5 +41,4 @@ export class CacheMemoryManager extends AbstractCache {
|
||||
public async clean() {
|
||||
this.fastMap.clean();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user