|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedArray | |
---|---|
org.jboss.cache.pojo.collection | |
org.jboss.cache.pojo.impl |
Uses of CachedArray in org.jboss.cache.pojo.collection |
---|
Subclasses of CachedArray in org.jboss.cache.pojo.collection | |
---|---|
class |
CachedObjectArray
A CachedObjectArray is used to back arrays with a component type that extends Object. |
class |
CachedPrimitiveArray
A CachedPrimitiveArray is used to back arrays which have primitive component types. |
Methods in org.jboss.cache.pojo.collection that return CachedArray | |
---|---|
static CachedArray |
CachedArray.create(org.jboss.cache.Fqn<?> fqn,
PojoCacheImpl cache,
java.lang.Object originalArray)
|
static CachedArray |
CachedArray.load(org.jboss.cache.Fqn<?> fqn,
PojoCacheImpl cache,
java.lang.Class<?> type)
|
static CachedArray |
CachedArrayRegistry.lookup(java.lang.Object array)
|
static CachedArray |
CachedArrayRegistry.unregister(java.lang.Object array)
|
Methods in org.jboss.cache.pojo.collection with parameters of type CachedArray | |
---|---|
static void |
CachedArrayRegistry.register(java.lang.Object array,
CachedArray cached)
|
Uses of CachedArray in org.jboss.cache.pojo.impl |
---|
Methods in org.jboss.cache.pojo.impl with parameters of type CachedArray | |
---|---|
void |
PojoUtil.attachArray(java.lang.Object array,
CachedArray cached)
|
void |
PojoUtil.detachArray(java.lang.Object array,
CachedArray cached)
|
void |
PojoUtil.undoAttachArray(java.lang.Object array,
CachedArray cached)
|
void |
PojoUtil.undoDetachArray(java.lang.Object array,
CachedArray cached)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |