/**
  * Implementation of updateData.
  *
  * @param array $params Update parameters
  *
  * @return object Object representation
  */
 public function updateData($params)
 {
     $this->cache = $this->proxy->createData($this->principal['sid'], $params);
     return $this;
 }