Prado\Data\SqlMap\DataMapper\TSqlMapCache::flush PHP 메소드

flush() 공개 메소드

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