Class AbstractExtendableRevisioned
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.entities.AbstractExtendableRevisioned
-
- All Implemented Interfaces:
Serializable
,CachedObject
,Revisioned
- Direct Known Subclasses:
CachedRealm
,CachedUser
public abstract class AbstractExtendableRevisioned extends AbstractRevisioned
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConcurrentHashMap
cachedWith
-
Constructor Summary
Constructors Constructor Description AbstractExtendableRevisioned(Long revision, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentHashMap
getCachedWith()
Cache things along with this cachable object-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
-
-
-
Field Detail
-
cachedWith
protected ConcurrentHashMap cachedWith
-
-
Method Detail
-
getCachedWith
public ConcurrentHashMap getCachedWith()
Cache things along with this cachable object- Returns:
-
-