Phalcon\Cache\Backend\Database::flush PHP Method

flush() public method

public flush ( ) : boolean
return boolean
    public function flush()
    {
        $this->db->execute("DELETE FROM {$this->table}");
        return true;
    }