Neos\Neos\Domain\EventListener\AccountPostEventListener::flushConfigurationCache PHP 메소드

flushConfigurationCache() 보호된 메소드

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