Interface UserProfileCache
- All Known Implementing Classes:
DefaultUserProfileCache,DefaultUserProfileCacheRuntimeDelegatable
public interface UserProfileCache
User profile cache. Since users' profile is changed rarely it is quite safe to cache them.
-
Method Summary
Modifier and TypeMethodDescriptionCache for users' private profile partCache for users' public profile part
-
Method Details
-
getPublicProfile
Map<UserID,UserPublicProfile> getPublicProfile()Cache for users' public profile part -
getPrivateProfile
Map<UserID,UserPrivateProfile> getPrivateProfile()Cache for users' private profile part
-