Impersination backend
This commit is contained in:
@@ -11,7 +11,7 @@ export class HelperService {
|
||||
private readonly systemRepository: KeySystemRepository,
|
||||
private readonly cylinderRepository: CylinderRepository,
|
||||
private readonly keyRepo: KeyRepository,
|
||||
private cacheManager: Cache
|
||||
// private cacheManager: Cache
|
||||
) {}
|
||||
|
||||
|
||||
@@ -61,11 +61,11 @@ export class HelperService {
|
||||
}
|
||||
|
||||
async cache() {
|
||||
const value = await this.cacheManager.store.keys()
|
||||
console.log(value)
|
||||
// const value = await this.cacheManager.store.keys()
|
||||
// console.log(value)
|
||||
}
|
||||
|
||||
async deleteKeyArchiveCache() {
|
||||
await this.cacheManager.del('/key/archive');
|
||||
// await this.cacheManager.del('/key/archive');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user