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