↧
Answer by sadok-f for How to tell doctrine to ignore Memcached if server is...
You can use The Second Level Cache available in doctrine/orm 2.5 see: http://doctrine-orm.readthedocs.org/projects/doctrine-orm/en/latest/reference/second-level-cache.html The idea to keep you default...
View ArticleHow to tell doctrine to ignore Memcached if server is offline?
I'm testing Memcached on my Symfony2 application I set it to cache doctrine's queries, results and metadata: orm: entity_managers: default: metadata_cache_driver: type: service id:...
View Article