Class FineSessionAttributes<K,V>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.AbstractSessionAttributes
org.wildfly.clustering.session.cache.attributes.fine.FineSessionAttributes<K,V>
Type Parameters:
K - the cache key type
V - the cache value type
All Implemented Interfaces:
AutoCloseable, Map<String,Object>, SessionAttributes

public class FineSessionAttributes<K,V> extends AbstractSessionAttributes
Exposes session attributes for a fine granularity sessions.
Author:
Paul Ferraro