<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>

        <service id="fos_http_cache.command.invalidate_path" class="FOS\HttpCacheBundle\Command\InvalidatePathCommand">
            <argument type="service" id="fos_http_cache.cache_manager" />
            <tag name="console.command"/>
        </service>

        <service id="fos_http_cache.command.invalidate_regex" class="FOS\HttpCacheBundle\Command\InvalidateRegexCommand">
            <argument type="service" id="fos_http_cache.cache_manager" />
            <tag name="console.command"/>
        </service>

        <service id="fos_http_cache.command.refresh_path" class="FOS\HttpCacheBundle\Command\RefreshPathCommand">
            <argument type="service" id="fos_http_cache.cache_manager" />
            <tag name="console.command"/>
        </service>

        <service id="fos_http_cache.command.clear" class="FOS\HttpCacheBundle\Command\ClearCommand">
            <argument type="service" id="fos_http_cache.cache_manager" />
            <tag name="console.command"/>
        </service>
    </services>

</container>
