mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
format
This commit is contained in:
@ -7,7 +7,7 @@ export class Cache<T> {
|
||||
this.lifetime = lifetime;
|
||||
}
|
||||
|
||||
public set(key: string | null, value: T):void {
|
||||
public set(key: string | null, value: T): void {
|
||||
this.cache.set(key, {
|
||||
date: Date.now(),
|
||||
value
|
||||
|
Reference in New Issue
Block a user