oneuptime/CommonServer/Infrastructure/GlobalCache.ts
Nawaz Dhandala 822741e215
fix
2022-04-10 22:54:23 +01:00

6 lines
94 B
TypeScript

export default class Cache {
public static getItem() {}
public static setItem() {}
}