Инструменты пользователя

Инструменты сайта


php:symfony:2x:memcache

Memcache

config.yml

doctrine:
    orm:
        auto_mapping: true
        metadata_cache_driver: apc
        query_cache_driver:
            type: service
            id: my_doctrine_common_cache_service
        result_cache_driver:
            type: memcache
            host: localhost
            port: 11211
            instance_class: Memcache

http://symfony.com/doc/current/reference/configuration/doctrine.html

/var/www/source/data/pages/php/symfony/2x/memcache.txt · Последнее изменение: 2024/02/05 12:40 (внешнее изменение)