示例#1
0
 /**
  * {@inheritdoc}
  */
 public function set($key, $value)
 {
     $this->verifyKeyTypeIntegrity($key);
     parent::set($this->convertKeyToHash($key), $value);
 }