Esempio n. 1
0
 /**
  * @param string $key
  * @return bool
  */
 public function has($key)
 {
     return $this->storage->exists($this->getId() . '_' . $key);
 }