Doctrine\Common\Cache\MemcachedCache::doFlush PHP Method

doFlush() protected method

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

Usage Example

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