/** * {@inheritdoc} */ public function reinitStores() { $this->currentStoreId = null; $this->storeRepository->clean(); $this->websiteRepository->clean(); $this->groupRepository->clean(); $this->cache->clean(\Zend_Cache::CLEANING_MODE_MATCHING_TAG, [StoreResolver::CACHE_TAG]); }