Class CacheKey<I>
java.lang.Object
org.wildfly.clustering.cache.infinispan.CacheKey<I>
- Type Parameters:
I- the identifier type of this cache key.
- All Implemented Interfaces:
Key<I>
- Direct Known Subclasses:
SessionAccessMetaDataKey,SessionAttributesKey,SessionAttributesKey,SessionCreationMetaDataKey,SessionMetaDataKey,UserContextKey,UserContextKey,UserSessionsKey,UserSessionsKey
A base cache key implementation.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheKey
-
-
Method Details
-
getId
Description copied from interface:KeyReturns the unique identifier of this key. -
equals
-
hashCode
public int hashCode() -
toString
-