public class RemoteIdmUserCache extends BaseUserCache
TODO: This could probably be made more efficient with bulk getting. The Google cache impl allows this: override loadAll and use getAll() to fetch multiple entities.
UserCache.CachedUser| Modifier and Type | Field and Description |
|---|---|
protected RemoteIdmService |
remoteIdmService |
properties, userCache| Constructor and Description |
|---|
RemoteIdmUserCache(FlowableCommonAppProperties properties,
RemoteIdmService remoteIdmService) |
| Modifier and Type | Method and Description |
|---|---|
protected UserCache.CachedUser |
loadUser(String userId) |
getUser, getUser, initCache, invalidate, putUserprotected final RemoteIdmService remoteIdmService
public RemoteIdmUserCache(FlowableCommonAppProperties properties, RemoteIdmService remoteIdmService)
protected UserCache.CachedUser loadUser(String userId)
loadUser in class BaseUserCacheCopyright © 2022 Flowable. All rights reserved.