oneuptime/CommonServer/Infrastructure/GlobalCache.ts

6 lines
94 B
TypeScript
Raw Normal View History

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