Neos\Neos\Domain\EventListener\AccountPostEventListener::flushConfigurationCache PHP Method

flushConfigurationCache() protected method

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