Neos\Neos\Domain\EventListener\AccountPostEventListener::flushConfigurationCache PHP Méthode

flushConfigurationCache() protected méthode

protected flushConfigurationCache ( ) : void
Résultat void
    protected function flushConfigurationCache()
    {
        $this->cacheManager->getCache('TYPO3_Neos_Configuration_Version')->flush();
    }