Package | Description |
---|---|
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 |
Constructor and Description |
---|
SimpleCache(BackingCache<K,V,E> backingCache,
boolean strictGroups) |
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 |
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. |
Constructor and Description |
---|
AbstractCache(BackingCache<K,V,E> backingCache) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.