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

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Known Subinterfaces:
DistributableStatefulSessionBeanCacheConfiguration<K,V>, SimpleStatefulSessionBeanCacheConfiguration<K,V>

public interface StatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>
Configuration of a stateful session bean cache.
Author:
Paul Ferraro