Beispiel #1
0
 /**
  * Get data from cache
  *
  * @param string $key cache identifier
  *
  * @return mixed
  */
 public function get($key = '')
 {
     return $this->_cache->get($key);
 }