lithium\data\collection\MultiKeyRecordSet::$_index

protected property

An array containing each record's unique key. This allows, for example, lookups of records with composite keys, i.e.:

$payment = $records[['client_id' => 42, 'invoice_id' => 21]];

Source

	protected $_index = [];