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

doFlush() protected method

protected doFlush ( )
    protected function doFlush()
    {
        $this->checkAuthorization();
        xcache_clear_cache(XC_TYPE_VAR);
        return true;
    }