Searched refs:secondaryKey (Results 1 – 1 of 1) sorted by relevance
23 * @param mixed $secondaryKey26 public function set($primaryKey, $secondaryKey, $value) : void argument36 $secondaryData->put($secondaryKey, $value);41 * @param mixed $secondaryKey45 public function getByTwoKeys($primaryKey, $secondaryKey) argument53 return $data2->get($secondaryKey);