In Memory Global Account Data Repository
class InMemoryGlobalAccountDataRepository : InMemoryTwoDimensionsRepository<String, String, Event.GlobalAccountDataEvent<*>> , GlobalAccountDataRepository
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getBySecondKey(firstKey: String, secondKey: String): Event.GlobalAccountDataEvent<*>?
Link copied to clipboard
abstract suspend fun saveBySecondKey(firstKey: String, secondKey: String, value: Event.GlobalAccountDataEvent<*>)
Link copied to clipboard