Package-level declarations

Types

Link copied to clipboard
data class MapRepositoryCoroutinesCacheKey<K1, K2>(val firstKey: K1, val secondKey: K2)
Link copied to clipboard

The actual source and sink of the data to be cached. This could be any database.

Link copied to clipboard

An index to track which entries have been added to or removed from the cache.

Link copied to clipboard
class ObservableSet<T>(coroutineScope: CoroutineScope, initialValue: Set<T> = setOf())