Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class SqlNormalizedCache
Link copied to clipboard
Experimental database that supports trimming at startup
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
Creates a new NormalizedCacheFactory that uses a persistent cache based on Sqlite
fun SqlNormalizedCacheFactory(url: String, properties: Properties = Properties()): NormalizedCacheFactory