Prado\Data\SqlMap\DataMapper\TSqlMapCache::flush PHP Méthode

flush() public méthode

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