FullRepositoryCoroutineCache

constructor(repository: FullRepository<K, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes, valueToKeyMapper: (V) -> K)