Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

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

expect fun SqlNormalizedCacheFactory(name: String? = "apollo.db"): 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: