Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Experimental database that supports trimming at startup

Properties

Link copied to clipboard
const val VERSION: String

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? = null): NormalizedCacheFactory
fun SqlNormalizedCacheFactory(name: String?, baseDir: String?): <Error class: unknown class>
expect fun SqlNormalizedCacheFactory(driver: SqlDriver): <Error class: unknown class>

expect fun SqlNormalizedCacheFactory(name: String? = "apollo.db"): <Error class: unknown class>

Creates a new NormalizedCacheFactory that uses a persistent cache based on Sqlite

actual fun SqlNormalizedCacheFactory(driver: SqlDriver): <Error class: unknown class>
actual fun SqlNormalizedCacheFactory(name: String?): <Error class: unknown class>
fun SqlNormalizedCacheFactory(url: String, properties: Properties = Properties()): NormalizedCacheFactory