Prado\Caching\TSqliteCache::flush PHP Méthode

flush() public méthode

Be careful of performing this operation if the cache is shared by multiple applications.
public flush ( )
    public function flush()
    {
        return $this->_db->query('DELETE FROM ' . self::CACHE_TABLE) !== false;
    }