コード例 #1
0
ファイル: ZCache.php プロジェクト: kimthangatm/zcms
 /**
  * Checks whether the cache has starting buffering or not
  *
  * @return boolean
  */
 public function isStarted()
 {
     return $this->cache->isStarted();
 }