$config =
$this->
getHttpCacheConfig();
return isset($config['enabled'
]) &&
$config['enabled'
];
} /**
* @return bool
*/
public function isElasticSearchEnabled() { $config =
$this->
getElasticSearchConfig();
return isset($config['enabled'
]) &&
$config['enabled'
];
} /**
* Gets the environment.
*
* @return string The current environment
*/
public function getEnvironment() {