public static void DeleteSingleton() { _cache = null; }
public static void Init(ISQLitePlatform SQLitePlatform) { _cache = new SqlManager(SQLitePlatform); }
public static void Init (ISQLitePlatform SQLitePlatform) { _cache = new SqlManager (SQLitePlatform); }