sterntours/vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/void.xml
2020-07-09 12:49:32 +02:00

11 lines
637 B
XML

<?xml version="1.0" ?>
<srv:container xmlns="http://doctrine-project.org/schemas/symfony-dic/cache"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://doctrine-project.org/schemas/symfony-dic/cache http://doctrine-project.org/schemas/symfony-dic/cache/doctrine_cache-1.0.xsd">
<doctrine-cache>
<provider name="my_void_cache" type="void" />
</doctrine-cache>
</srv:container>