| Interface | Description |
|---|---|
| Cache<K,V extends Identifiable<K>> |
Cache a stateful object and make sure any life cycle callbacks are
called at the appropriate time.
|
| CacheFactory<K,T extends Identifiable<K>> |
Defines the contract for an EJB3 Stateful Cache Factory
|
| CacheFactoryBuilder<K,V extends Identifiable<K>> |
Builds a
CacheFactory service. |
| Contextual<C> |
Exposes a mechanism for attaching a context to a cached object
|
| Identifiable<K> |
An object that has an identification.
|
| StatefulObjectFactory<T> |
Creates and destroys stateful objects.
|
| Class | Description |
|---|---|
| CacheFactoryBuilderServiceNameProvider | |
| CacheInfo | |
| EJBBoundCacheMetaData |
Metadata represents the pool name configured for EJBs via the jboss-ejb3.xml deployment descriptor
|
| EJBBoundCacheParser |
Parser for
urn:ejb-cache namespace. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.