UNPKG

@helgoland/core

Version:

7 lines (6 loc) 146 B
export declare class IdCache<T> { private cache; has(id: string): boolean; get(id: string): T; set(id: string, value: T): void; }