Neos\Flow\ObjectManagement\CompileTimeObjectManager::injectConfigurationCache PHP 메소드

injectConfigurationCache() 공개 메소드

Injects the configuration cache of the Object Framework
public injectConfigurationCache ( Neos\Cache\Frontend\VariableFrontend $configurationCache ) : void
$configurationCache Neos\Cache\Frontend\VariableFrontend
리턴 void
    public function injectConfigurationCache(VariableFrontend $configurationCache)
    {
        $this->configurationCache = $configurationCache;
    }