|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
org.jboss.ejb3.cache | |
org.jboss.ejb3.cache.grouped | |
org.jboss.ejb3.cache.impl |
Uses of Cache in org.jboss.ejb3.cache |
---|
Subinterfaces of Cache in org.jboss.ejb3.cache | |
---|---|
interface |
LongevityCache<T extends Identifiable>
An longevity cache keeps hold over an object for use with multiple operations. |
interface |
PassivatingCache<T extends Identifiable>
A cache which passivates unused objects. |
Uses of Cache in org.jboss.ejb3.cache.grouped |
---|
Subinterfaces of Cache in org.jboss.ejb3.cache.grouped | |
---|---|
interface |
GroupedPassivatingCache<T extends Identifiable>
Allows objects to the members of a PassivationGroup. |
Uses of Cache in org.jboss.ejb3.cache.impl |
---|
Classes in org.jboss.ejb3.cache.impl that implement Cache | |
---|---|
class |
EntryStateCache<T extends Identifiable>
Comment |
class |
GroupedPassivatingCacheImpl<T extends Identifiable & Serializable>
Comment |
class |
SimpleCache<T extends Identifiable>
Comment |
class |
SimpleLongevityCache<T extends Identifiable>
Comment |
class |
SimplePassivatingCache<T extends Identifiable & Serializable>
Comment |
Constructors in org.jboss.ejb3.cache.impl with parameters of type Cache | |
---|---|
SimpleLongevityCache(Cache<T> delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |