Interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Superinterfaces:
org.wildfly.clustering.server.manager.ManagerConfiguration<K>
All Known Subinterfaces:
DistributableStatefulSessionBeanCacheConfiguration<K,V>, SimpleStatefulSessionBeanCacheConfiguration<K,V>

public interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>> extends org.wildfly.clustering.server.manager.ManagerConfiguration<K>
Configuration of a stateful session bean cache.
Author:
Paul Ferraro