Prado\Data\SqlMap\TSqlMapConfig::clearCache PHP Метод

clearCache() публичный Метод

Deletes the configuration cache.
public clearCache ( )
    public function clearCache()
    {
        $cache = $this->getApplication()->getCache();
        if ($cache !== null) {
            $cache->delete($this->getCacheKey());
        }
    }