Memcached – Doctrine metadata cache during atomic deployments
How do you handle Doctrine's metadata cache during application deployment? We use the atomic deployment strategy for our symfony applications. Until now we used to use the default file caching method which works very well. We would like however to…