| 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 |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,T> |
CacheFactory.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<T> factory,
PassivationListener<T> passivationListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributableCache<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>
Distributable
Cache implementation. |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
DistributableCacheFactoryServiceConfigurator.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCache<K,V extends Identifiable<K>>
Simple
Cache implementation using in-memory storage and eager expiration. |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
SimpleCacheFactoryServiceConfigurator.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
| Modifier and Type | Method and Description |
|---|---|
Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponent.getCache() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.