PHP Classes

File: vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml   Download  
File: vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/memcache.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 750 bytes
 

Contents

Class file image Download
<?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_memcache_cache"> <memcache> <server host="127.0.0.1" port="11211"/> </memcache> </provider> </doctrine-cache> </srv:container>