예제 #1
0
파일: ZCache.php 프로젝트: kimthangatm/zcms
 /**
  * Checks whether the cache has starting buffering or not
  *
  * @return boolean
  */
 public function isStarted()
 {
     return $this->cache->isStarted();
 }