Exemple #1
0
 /**
  * @param string $key
  * @return boolean
  */
 public function delete($key)
 {
     return self::$driver->delete($key);
 }