Prado\Caching\TSqliteCache::flush PHP Метод

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

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;
    }