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