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

doFlush() protected method

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

Usage Example

コード例 #1
0
ファイル: MyMemcached.php プロジェクト: joytofu/hkgbi_git
 public function doFlush()
 {
     return parent::doFlush();
 }