コード例 #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);
 }