fix bug
This commit is contained in:
@ -3,6 +3,7 @@ export class Cache<T> {
|
||||
private lifetime: number;
|
||||
|
||||
constructor(lifetime: Cache<never>['lifetime']) {
|
||||
this.cache = new Map();
|
||||
this.lifetime = lifetime;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user