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

doFlush() protected method

protected doFlush ( )
    protected function doFlush()
    {
        return $this->sqlite->exec(sprintf('DELETE FROM %s', $this->table));
    }