Quantcast
Channel: using memcached with Doctrine in Symfony4 application - Stack Overflow
Viewing all articles
Browse latest Browse all 2

using memcached with Doctrine in Symfony4 application

0
0

I am working on a project and I need to use memcached features to cache the queries and results.

I have followed the tutorial from this.

Do I need to use below code for each query?

->useQueryCache(true)

->useResultCache(true, 3600)

Is there any alternative like to setup somewhere in services file or config file?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images