UNPKG

cloud-report

Version:

Collects and analyzes cloud resources

7 lines (6 loc) 198 B
export declare class CacheUtil { static delete(key: any): void; static get(key: any, defaultVal?: any): any; static put(key: string, value: any): void; private static cache; }