cached
Returns a Sequence view that lazily memoizes the elements of this sequence as they are first traversed (via Cursor.asSequence), so that traversing the result more than once does not recompute already-seen elements. Unlike buffered, this does not eagerly consume the whole sequence upfront.