예제 #1
0
파일: ZCache.php 프로젝트: kimthangatm/zcms
 /**
  * Starts a cache. The keyName allows to identify the created fragment
  *
  * @param   int|string $keyName
  * @param   integer $lifetime
  * @return  mixed
  */
 public function start($keyName, $lifetime = null)
 {
     return $this->cache->start($keyName, $lifetime);
 }