Doctrine\Common\Cache\MemcachedCache::doFlush PHP Méthode

doFlush() protected méthode

protected doFlush ( )
    protected function doFlush()
    {
        return $this->memcached->flush();
    }

Usage Example

Exemple #1
0
 public function doFlush()
 {
     return parent::doFlush();
 }