Uses of Interface
org.jboss.as.ejb3.cache.Cache
-
Packages that use Cache Package Description org.jboss.as.ejb3.cache org.jboss.as.ejb3.cache.distributable org.jboss.as.ejb3.cache.simple org.jboss.as.ejb3.component.stateful -
-
Uses of Cache in org.jboss.as.ejb3.cache
Methods in org.jboss.as.ejb3.cache that return Cache Modifier and Type Method Description Cache<K,T>CacheFactory. createCache(Supplier<K> identifierFactory, StatefulObjectFactory<T> factory, PassivationListener<T> passivationListener) -
Uses of Cache in org.jboss.as.ejb3.cache.distributable
Classes in org.jboss.as.ejb3.cache.distributable that implement Cache Modifier and Type Class Description classDistributableCache<K,V extends Identifiable<K> & Contextual<Batch>>DistributableCacheimplementation.Methods in org.jboss.as.ejb3.cache.distributable that return Cache Modifier and Type Method Description Cache<K,V>DistributableCacheFactoryServiceConfigurator. createCache(Supplier<K> identifierFactory, StatefulObjectFactory<V> factory, PassivationListener<V> passivationListener) -
Uses of Cache in org.jboss.as.ejb3.cache.simple
Classes in org.jboss.as.ejb3.cache.simple that implement Cache Modifier and Type Class Description classSimpleCache<K,V extends Identifiable<K>>SimpleCacheimplementation using in-memory storage and eager expiration.Methods in org.jboss.as.ejb3.cache.simple that return Cache Modifier and Type Method Description Cache<K,V>SimpleCacheFactoryServiceConfigurator. createCache(Supplier<K> identifierFactory, StatefulObjectFactory<V> factory, PassivationListener<V> passivationListener) -
Uses of Cache in org.jboss.as.ejb3.component.stateful
Methods in org.jboss.as.ejb3.component.stateful that return Cache Modifier and Type Method Description Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance>StatefulSessionComponent. getCache()
-