Exemple #1
0
void SQLite::clearConnectionCache()
{
    sqliteCache.removeAllObjects();
}
Exemple #2
0
	void SqliteDb::clearConnectionCache()
	{
		g_sqliteCache.removeAllObjects();
	}