export type TCacheFunction = (collection: Map | Set, nextNumber: number) => number;