标签: symfony doctrine-orm
I'd like to use Memcached to cache the metadata in the Doctrine ORM in my Symfony 4.2 app. My app has different memcached settings per environment, so I'd like to set these in my .env.local file. How can I do this?