예제 #1
0
 protected function __construct($id = "", $group = "")
 {
     try {
         parent::__construct($id, $group);
         $this->lifeTime = LBoxConfigSystem::getInstance()->getParamByPath("output/cache/expiration");
     } catch (Exception $e) {
         throw $e;
     }
 }