Class KeyFormatter<I,K extends Key<I>>

java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<K>
org.wildfly.clustering.cache.KeyFormatter<I,K>
Type Parameters:
I - the key identifier type
K - the key type
All Implemented Interfaces:
Formatter<K>
Direct Known Subclasses:
SessionKeyFormatter

public class KeyFormatter<I,K extends Key<I>> extends Formatter.Provided<K>
Author:
Paul Ferraro