public interface UserCache
User
objects.Modifier and Type | Interface and Description |
---|---|
static class |
UserCache.CachedUser |
Modifier and Type | Method and Description |
---|---|
UserCache.CachedUser |
getUser(Long userId) |
UserCache.CachedUser |
getUser(Long userId,
boolean throwExceptionOnNotFound,
boolean throwExceptionOnInactive,
boolean checkValidity) |
UserCache.CachedUser |
getUser(String userId) |
void |
invalidate(Long userId) |
void |
putUser(Long userId,
UserCache.CachedUser cachedUser) |
UserCache.CachedUser getUser(Long userId)
UserCache.CachedUser getUser(Long userId, boolean throwExceptionOnNotFound, boolean throwExceptionOnInactive, boolean checkValidity)
UserCache.CachedUser getUser(String userId)
void putUser(Long userId, UserCache.CachedUser cachedUser)
void invalidate(Long userId)
Copyright © 2014–2015 Alfresco. All rights reserved.