Map Repository Coroutine Cache Store
class MapRepositoryCoroutineCacheStore<K1, K2, V>(repository: MapRepository<K1, K2, V>, tm: TransactionManager) : CoroutineCacheStore<MapRepositoryCoroutinesCacheKey<K1, K2>, V>