Class SessionKeyFormatter<K extends GroupedKey<String>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.spi.SimpleFormatter<K>
-
- org.wildfly.clustering.web.infinispan.SessionKeyFormatter<K>
-
- All Implemented Interfaces:
org.wildfly.clustering.marshalling.spi.Formatter<K>
- Direct Known Subclasses:
AuthenticationKeyFormatter,CoarseSessionsKeyFormatter,SessionAccessMetaDataKeyFormatter,SessionAttributeNamesKeyFormatter,SessionAttributesKeyFormatter,SessionCreationMetaDataKeyFormatter
public class SessionKeyFormatter<K extends GroupedKey<String>> extends org.wildfly.clustering.marshalling.spi.SimpleFormatter<K>BaseFormatterfor cache keys containing session identifiers.- Author:
- Paul Ferraro