Class SessionKeyFormatter<K extends Key<String>>

java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<K>
org.wildfly.clustering.cache.KeyFormatter<String,K>
org.wildfly.clustering.session.infinispan.embedded.SessionKeyFormatter<K>
Type Parameters:
K - the cache key type
All Implemented Interfaces:
Formatter<K>
Direct Known Subclasses:
SessionAttributesKeyFormatter, SessionMetaDataKeyFormatter, UserContextKeyFormatter, UserSessionsKeyFormatter

public class SessionKeyFormatter<K extends Key<String>> extends KeyFormatter<String,K>
Base Formatter for cache keys containing session identifiers.
Author:
Paul Ferraro
  • Constructor Details

    • SessionKeyFormatter

      protected SessionKeyFormatter(Function<String,K> factory)