protected function _createCachePolicy() { $loader = new lmbFullPageCacheIniPolicyLoader($this->rules_ini); return $loader->load(); }
function _registerRules($content) { $this->toolkit->setConf('cache.ini', new lmbFakeIni($content)); $loader = new lmbFullPageCacheIniPolicyLoader('cache.ini'); $this->policy = $loader->load(); }