Map Repository Coroutine Cache
open class MapRepositoryCoroutineCache<K1, K2, V>(repository: MapRepository<K1, K2, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes) : CoroutineCache<MapRepositoryCoroutinesCacheKey<K1, K2>, V, MapRepositoryCoroutineCacheStore<K1, K2, V>>
Inheritors
Constructors
Link copied to clipboard
constructor(repository: MapRepository<K1, K2, V>, tm: TransactionManager, cacheScope: CoroutineScope, expireDuration: Duration = 1.minutes)