oneuptime/CommonServer/Infrastructure/GlobalCache.ts

6 lines
106 B
TypeScript
Raw Normal View History

2022-04-07 14:11:34 +00:00
export default class Cache {
2022-04-12 14:51:38 +00:00
public static getItem(): void {}
2022-04-07 14:11:34 +00:00
2022-04-12 14:51:38 +00:00
public static setItem(): void {}
2022-04-07 14:11:34 +00:00
}