コード例 #1
0
ファイル: class.LBoxCacheFront.php プロジェクト: palmic/lbox
 protected function __construct($id = "", $group = "")
 {
     try {
         parent::__construct($id, $group);
         $this->lifeTime = LBoxConfigSystem::getInstance()->getParamByPath("output/cache/expiration");
     } catch (Exception $e) {
         throw $e;
     }
 }