UNPKG

ngx-monitorias-uniandes-lib

Version:

This library is used for Monitorias-Uniandes system.

10 lines (9 loc) 264 B
export declare class CacheService { private readonly cache; has(key: string): boolean; set(key: string, value: any): void; get(key: string): any | undefined; clear(key: string): void; clearAll(): void; hash(input: any): any; }