1, EsiConf::FLD_TAG => LiteSpeedCacheConfig::TAG_SIGNIN, EsiConf::FLD_PURGE_EVENTS => 'actionCustomerLogoutAfter, actionAuthentication', EsiConf::FLD_RENDER_WIDGETS => '*', EsiConf::FLD_IGNORE_EMPTY => 1, ]; $this->esiConf = new EsiConf(self::NAME, EsiConf::TYPE_INTEGRATED, $confData); return $this->registerEsiModule(); } } LscStCustomerSignIn::register();