<?xml version="1.0" encoding="UTF-8"?>
<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="sonata.cache.phpcr_odm.event_subscriber.default" class="Sonata\CacheBundle\Invalidation\DoctrinePHPCRODMListener">
            <argument type="service" id="sonata.cache.model_identifier"/>
            <argument/>
        </service>
        <service id="sonata.cache.phpcr_odm.event_subscriber" class="Sonata\CacheBundle\Invalidation\DoctrinePHPCRODMListenerContainerAware">
            <tag name="doctrine_phpcr.event_subscriber" session="default"/>
            <argument type="service" id="service_container"/>
            <argument>sonata.cache.phpcr_odm.event_subscriber.default</argument>
        </service>
    </services>
</container>
