Example #1
0
 /**
  * @param string $key
  * @param string $group
  * @return mixed
  */
 public function get($key, $group = null)
 {
     return $this->adapter->get($this->key($key, $group));
 }