Package org.jboss.as.ejb3.cache
Interface CacheFactory<K,T extends Identifiable<K>>
-
- All Known Implementing Classes:
DistributableCacheFactoryServiceConfigurator,SimpleCacheFactoryServiceConfigurator
public interface CacheFactory<K,T extends Identifiable<K>>Defines the contract for an EJB3 Stateful Cache Factory- Author:
- ALR, Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cache<K,T>createCache(Supplier<K> identifierFactory, StatefulObjectFactory<T> factory, PassivationListener<T> passivationListener)
-
-
-
Method Detail
-
createCache
Cache<K,T> createCache(Supplier<K> identifierFactory, StatefulObjectFactory<T> factory, PassivationListener<T> passivationListener)
-
-