Map Delete By Room Id Repository Coroutine Cache
class MapDeleteByRoomIdRepositoryCoroutineCache<K1, K2, V>(repository: MapDeleteByRoomIdRepository<K1, K2, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes, keyMapper: (MapRepositoryCoroutinesCacheKey<K1, K2>) -> RoomId) : MapRepositoryCoroutineCache<K1, K2, V>
Constructors
Link copied to clipboard
constructor(repository: MapDeleteByRoomIdRepository<K1, K2, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes, keyMapper: (MapRepositoryCoroutinesCacheKey<K1, K2>) -> RoomId)