Package-level declarations
Functions
Link copied to clipboard
fun SqlNormalizedCacheFactory(context: Context, name: String? = "apollo.db", factory: SupportSQLiteOpenHelper.Factory = FrameworkSQLiteOpenHelperFactory(), configure: (SupportSQLiteDatabase) -> Unit? = null, useNoBackupDirectory: Boolean = false, windowSizeBytes: Long? = 4 * 1024 * 1024): NormalizedCacheFactory
fun SqlNormalizedCacheFactory(name: String?, baseDir: String?): ERROR CLASS: Symbol not found for NormalizedCacheFactory
Creates a new NormalizedCacheFactory that uses a persistent cache based on Sqlite
Returns a SqlNormalizedCacheFactory configured with the default driver which works with SQL.js. For this to work you must have these dependencies in your project: