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