Example #1
0
 /**
  * Get cache statistics
  *
  * @return mixed
  */
 public function getStats()
 {
     return $this->_cache->stats();
 }