The fastest way to see if your cache is set, is checking your ORM configuration:
$entityManager->getConfiguration() contains all the details that you want to check. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 18 March 2014 12:09, LEROUX Jean-Marie <jmleroux....@gmail.com> wrote: > Hello, > > I configured Doctrine ORM module to use Memcached. > > Is there an easy way to verify that the cache is correctly used ? > > With ZF dev tools for example ? > > Thanks, > > JM Leroux >