Minimal Delete By Room Id Repository Coroutine Cache
class MinimalDeleteByRoomIdRepositoryCoroutineCache<K, V>(repository: MinimalDeleteByRoomIdRepository<K, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes, keyMapper: (K) -> RoomId) : MinimalRepositoryCoroutineCache<K, V>
Constructors
Link copied to clipboard
constructor(repository: MinimalDeleteByRoomIdRepository<K, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes, keyMapper: (K) -> RoomId)