lithium\data\collection\RecordSet::$_keyIndex
Precompute index of the main model primary key(s) which allow to find values directly in result data without the column name matching process.
Source
	protected $_keyIndex = [];Precompute index of the main model primary key(s) which allow to find values directly in result data without the column name matching process.
	protected $_keyIndex = [];