fix(caching): properly respect ttl for all cache levels
This commit is contained in:
@@ -29,6 +29,9 @@ export class CacheEntry
|
||||
@plugins.smartjson.foldDec()
|
||||
contents: Buffer;
|
||||
|
||||
@plugins.smartjson.foldDec()
|
||||
public createdAt: number;
|
||||
|
||||
public toStorageJsonString(): string {
|
||||
return this.foldToJson();
|
||||
}
|
||||
|
Reference in New Issue
Block a user