org.jboss.ejb3.cache
Interface Ejb3CacheFactory

All Known Implementing Classes:
NoPassivationCacheFactory, SimpleStatefulCacheFactory

public interface Ejb3CacheFactory

Defines contract for an EJB3 Stateful Cache Factory


Method Summary
 StatefulCache createCache()
           
 

Method Detail

createCache

StatefulCache createCache()