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;
    }