export interface IEnumerableCache { enabled?: boolean; isDone?: boolean; result?: T[]; iterator?: IterableIterator; }