Esempio n. 1
0
 /**
  * @param string $key
  * @param string $value
  * @return mixed
  */
 public function set($key, $value)
 {
     //p('set key:' . $this->getId() . '_' . $key);
     return $this->storage->save($this->getId() . '_' . $key, $value);
 }