selectUsers

abstract suspend fun selectUsers(ids: List<String>): List<User>

Return

The list of users stored in the cache.