Esempio n. 1
0
 /**
  * Checks whether the cache has starting buffering or not
  *
  * @return boolean
  */
 public function isStarted()
 {
     return $this->cache->isStarted();
 }