Minimal Repository State Flow Cache
open class MinimalRepositoryStateFlowCache<K, V, R : MinimalRepository<K, V>>(cacheScope: CoroutineScope, repository: R, tm: TransactionManager, expireDuration: Duration = 1.minutes) : StateFlowCache<K, V>
Constructors
Link copied to clipboard
constructor(cacheScope: CoroutineScope, repository: R, tm: TransactionManager, expireDuration: Duration = 1.minutes)