Repository State Flow Cache
open class RepositoryStateFlowCache<K, V, R : MinimalStoreRepository<K, V>>(cacheScope: CoroutineScope, repository: R, rtm: RepositoryTransactionManager, infiniteCache: Boolean = false, cacheDuration: Duration = 1.minutes) : StateFlowCache<K, V>
Constructors
Link copied to clipboard
fun <R : MinimalStoreRepository<K, V>> RepositoryStateFlowCache(cacheScope: CoroutineScope, repository: R, rtm: RepositoryTransactionManager, infiniteCache: Boolean = false, cacheDuration: Duration = 1.minutes)