public interface UserProfileCache
| Modifier and Type | Method and Description |
|---|---|
Map<UserID,UserPrivateProfile> |
getPrivateProfile()
Cache for users' private profile part
|
Map<UserID,UserPublicProfile> |
getPublicProfile()
Cache for users' public profile part
|
Map<UserID,UserPublicProfile> getPublicProfile()
Map<UserID,UserPrivateProfile> getPrivateProfile()
Copyright © 2019. All rights reserved.