How can I configure the Doctrine ORM metadata cache to use memcached from dotenv?

时间:2019-05-31 11:42:32

标签: 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?

0 个答案:

没有答案