fix(core): update
This commit is contained in:
@@ -79,12 +79,11 @@ export class LevelCache extends AbstractCache {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public async checkKeyPresence(keyArg: string): Promise<boolean> {
|
||||
return plugins.smartpromise.getFirstTrueOrFalse([
|
||||
this.cacheMemoryManager.checkKeyPresence(keyArg),
|
||||
this.cacheDiskManager.checkKeyPresence(keyArg),
|
||||
this.cacheS3Manager.checkKeyPresence(keyArg)
|
||||
this.cacheS3Manager.checkKeyPresence(keyArg),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user