Prado\Data\SqlMap\DataMapper\TSqlMapCache::flush PHP Method

flush() public method

Clears the cache.
public flush ( )
    public function flush()
    {
        $this->_keyList->clear();
        $this->_cache->clear();
    }