UNPKG

linqcontainers

Version:

Linq-Collections (ES5): [IEnumerable, IQueryable, ...] + [List, Dictionary, Stack, ... + readonly]

9 lines (8 loc) 166 B
export declare class Cached<T> { private _isValid; private _value; constructor(); invalidate(): void; isValid(): boolean; value: T; }