Package | Description |
---|---|
org.jboss.as.ejb3.cache | |
org.jboss.as.ejb3.cache.impl | |
org.jboss.as.ejb3.cache.impl.backing | |
org.jboss.as.ejb3.cache.spi | |
org.jboss.as.ejb3.cache.spi.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
Cache<K extends Serializable,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 |
GroupAwareCache<K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>> |
class |
SimpleCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> |
Modifier and Type | Class and Description |
---|---|
class |
GroupAwareBackingCacheImpl<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
Group-aware version of
PassivatingBackingCacheImpl . |
class |
NonPassivatingBackingCacheImpl<K extends Serializable,V extends Cacheable<K>>
Simple
BackingCache that doesn't handle passivation (although it does handle expiration). |
class |
PassivatingBackingCacheImpl<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> |
Modifier and Type | Interface and Description |
---|---|
interface |
BackingCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
An internal cache to which an external-facing
Cache delegates, either directly or indirectly. |
interface |
GroupAwareBackingCache<K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>>
A
BackingCache that can manage the relationship of its underlying entries to any SerializationGroup . |
interface |
PassivatingBackingCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
A
BackingCache which passivates unused objects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackingCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>>
Abstract superclass of
BackingCache implementations. |
class |
AbstractCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> |
Constructor and Description |
---|
RemoveTask(Removable<K> cache,
K id) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.