public function addSemanticConfig(NodeBuilder $nodeBuilder)
22
{
23
$nodeBuilder->arrayNode('http_cache')
24
->info('Settings related to Http cache (this kernel defined configuration block will be removed in 7.0. Use ezplatform-http-cache for forward compatibility)')
25
->children()
26
->arrayNode('purge_servers')
27
->info('Servers to use for Http PURGE (will NOT be used if ezpublish.http_cache.purge_type is "local").')