Package | Description |
---|---|
org.jboss.as.ejb3.cache | |
org.jboss.as.ejb3.cache.distributable | |
org.jboss.as.ejb3.cache.simple | |
org.wildfly.clustering.ejb | |
org.wildfly.clustering.ejb.infinispan |
Modifier and Type | Interface and Description |
---|---|
interface |
Cache<K,V extends Identifiable<K>>
Cache a stateful object and make sure any life cycle callbacks are
called at the appropriate time.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributableCache<K,V extends Identifiable<K> & Contextual<Batch>>
Distributable
Cache implementation. |
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 | Interface and Description |
---|---|
interface |
BeanManager<I,T,B extends Batch>
A SPI for managing beans.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanManager<I,T>
A
BeanManager implementation backed by an infinispan cache. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.