Exemplo n.º 1
0
 /**
  * @param string $key
  * @return mixed
  */
 public function remove($key)
 {
     return $this->storage->delete($this->getId() . '_' . $key);
 }