コード例 #1
0
ファイル: Cache.php プロジェクト: jponsen/smvc-cache
 /**
  * Get cache statistics
  *
  * @return mixed
  */
 public function getStats()
 {
     return $this->_cache->stats();
 }