Package org.wildfly.clustering.cache
Interface Key<I>
- Type Parameters:
I- the identifier type of the cache key
- All Known Implementing Classes:
CacheKey,SessionAccessMetaDataKey,SessionAttributesKey,SessionAttributesKey,SessionCreationMetaDataKey,SessionMetaDataKey,UserContextKey,UserContextKey,UserSessionsKey,UserSessionsKey
public interface Key<I>
A cache key for a given identifier
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
getId
I getId()Returns the unique identifier of this key.- Returns:
- the unique identifier of this key
-