# app/config/config.yml
doctrine:
orm:
result_cache_driver:
type: memcache
host: localhost
port: 11211
instance_class: Memcache
doctrine_cache:
providers:
memcache:
type: memcache
aliases:
- memcache
$memcache = $this->container->get('memcache');
$data = $memcache->flushAll();