You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// All instances of the called class in memory. Call on a subclass, not FCModel directly. You probably don't need this, until you do.
193
193
+ (NSArray *)allLoadedInstances;
194
194
195
+
// Convenient method to clean all loaded (cached) instances. Call on a subclass to clean for the specific table; Call on FCModel directly to clean for all tables.
196
+
+ (void)cleanAllLoadedInstances;
197
+
195
198
// Issues SQLite VACUUM to rebuild database and recover deleted pages. Returns NO if a transaction is in progress that prevents it.
0 commit comments