The last item effectively read.

null if on start, after a next of if no more items are available.

Property definitions

core $ CachedIterator :: cache
	# The last item effectively read.
	# `null` if on start, after a next of if no more items are available.
	protected var cache: nullable E = null
lib/core/collection/abstract_collection.nit:321,2--323,39