Package-level declarations

Properties

Link copied to clipboard
internal val cacheDatabaseBuilderQualifier: StringQualifier

Exposes the cacheDatabaseBuilderQualifier value used by the SDAI storage layer.

Link copied to clipboard

Exposes the cacheDatabaseModule value used by the SDAI storage layer.

Link copied to clipboard
actual val cacheDatabasePlatformModule: Module

Exposes the cacheDatabasePlatformModule value used by the SDAI storage layer.

expect val cacheDatabasePlatformModule: Module

Exposes the cacheDatabasePlatformModule value used by the SDAI storage layer.

actual val cacheDatabasePlatformModule: Module

Exposes the cacheDatabasePlatformModule value used by the SDAI storage layer.

Link copied to clipboard
val databaseModule: Module

Exposes the databaseModule value used by the SDAI storage layer.

Link copied to clipboard

Exposes the persistentDatabaseModule value used by the SDAI storage layer.

Link copied to clipboard

Exposes the persistentDatabasePlatformModule value used by the SDAI storage layer.

Exposes the persistentDatabasePlatformModule value used by the SDAI storage layer.

Exposes the persistentDatabasePlatformModule value used by the SDAI storage layer.

Functions

Link copied to clipboard

Executes the applicationSupportDirectory step in the SDAI storage layer.

Link copied to clipboard
internal actual suspend fun clearCacheDatabase(database: CacheDatabase)

Performs the SDAI side effect handled by clearCacheDatabase.

internal expect suspend fun clearCacheDatabase(database: CacheDatabase)

Performs the SDAI side effect handled by clearCacheDatabase.

internal actual suspend fun clearCacheDatabase(database: CacheDatabase)

Performs the SDAI side effect handled by clearCacheDatabase.

Link copied to clipboard
internal actual suspend fun clearPersistentDatabase(database: PersistentDatabase)

Performs the SDAI side effect handled by clearPersistentDatabase.

internal expect suspend fun clearPersistentDatabase(database: PersistentDatabase)

Performs the SDAI side effect handled by clearPersistentDatabase.

internal actual suspend fun clearPersistentDatabase(database: PersistentDatabase)

Performs the SDAI side effect handled by clearPersistentDatabase.

Link copied to clipboard

Loads SDAI data through getCacheDatabase.

Link copied to clipboard

Loads SDAI data through getPersistentDatabase.