| Interface | Description |
|---|---|
| UserCache |
A cache of
User objects. |
| Class | Description |
|---|---|
| BaseUserCache |
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
|
| RemoteIdmUserCache |
Cache containing User objects to prevent too much DB-traffic (users exist separately from the Flowable tables, they need to be fetched afterward one by one to join with those entities).
|
| UserCache.CachedUser |
Copyright © 2021 Flowable. All rights reserved.