MinimalRepositoryStateFlowCache

fun <R : MinimalRepository<K, V>> MinimalRepositoryStateFlowCache(cacheScope: CoroutineScope, repository: R, tm: TransactionManager, expireDuration: Duration = 1.minutes)