/** Register that a peanut has been insetred.
	* The peanut must be addes to the cache.
	* @param PntDbObject $peanut The peanut that has been inserted
	*/
	function peanutInserted($peanut) {
		$this->peanutsById[$peanut->get('id')] = $peanut;
	}