Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
I
J
L
O
P
S
U
X
C
CacheonixLevel2Cache
- Class in
org.datanucleus.cache.cacheonix
Plugin for Cacheonix that allows the user to use different caches for different classes.
CacheonixLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
CacheonixQueryResultCache
- Class in
org.datanucleus.cache.cacheonix
Implementation of a query results cache using Cacheonix.
CacheonixQueryResultCache(NucleusContext)
- Constructor for class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
close()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
close()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
close()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Method to close the cache when no longer needed.
close()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Method to close the cache when no longer needed.
close()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Method to close the cache when no longer needed.
close()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Method to close the cache when no longer needed.
close()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
close()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Method to close the cache when no longer needed.
close()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
close()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
close()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Method to close the cache when no longer needed.
close()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
close()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
CoherenceLevel2Cache
- Class in
org.datanucleus.cache.coherence
Simple implementation of a plugin for use of Oracles Coherence distributed caching product with DataNucleus.
CoherenceLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Constructor.
contains(String)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
contains(String)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
contains(String)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
contains(String)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
containsOid(Object)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
containsOid(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for whether the cache contains the specified id.
containsOid(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Accessor for whether an object with the specified id is in the cache
containsOid(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Accessor for whether the cache contains the specified id.
containsOid(Object)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Accessor for whether the cache contains the specified id.
containsOid(Object)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for whether the cache contains the specified id.
containsOid(Object)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
containsOid(Object)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for whether the cache contains the specified id.
containsOid(Object)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
E
EhcacheClassBasedLevel2Cache
- Class in
org.datanucleus.cache.ehcache
Plugin for EHCache that allows the user to use different caches for different classes.
EhcacheClassBasedLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Constructor.
EhcacheLevel2Cache
- Class in
org.datanucleus.cache.ehcache
Simple implementation of a plugin for use of Ehcache caching product with DataNucleus.
EhcacheLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Constructor.
evict(Object)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
evict(Class)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
evict(Query)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
evict(Query, Map)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
evict(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Object)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Class)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
evict(Query)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
evict(Query, Map)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
evict(Object)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Object)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
evict(Class)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
evict(Query)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
evict(Query, Map)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
evict(Object)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Evict the parameter instance from the second-level cache.
evict(Object)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
evict(Class)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
evict(Query)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
evict(Query, Map)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
evictAll()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
evictAll(Object[])
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
evictAll(Collection)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
evictAll()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
evictAll()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[])
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[])
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[])
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[])
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
evictAll()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[])
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
evictAll(Object[])
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
evictAll(Collection)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
evictAll()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
evictAll()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Collection)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll(Object[])
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Evict the parameter instances from the second-level cache.
evictAll()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
evictAll(Object[])
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
evictAll(Collection)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
evictAll()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
G
get(Object)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
get(String)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
get(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for an object in the cache.
get(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Accessor for an object from the cache.
get(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Accessor for an object in the cache.
get(Object)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Accessor for an object in the cache.
get(String)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
get(Object)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for an object in the cache.
get(Object)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
get(String)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
get(Object)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for an object in the cache.
get(Object)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
get(String)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
getAll(Collection)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
getCacheKeyForId(Object)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
getCacheKeyForId(Object)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
getCoherenceCache()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for the backing Coherence cache.
getSize()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
getSize()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
getSize()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
I
isEmpty()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
isEmpty()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for whether the cache is empty
isEmpty()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Accessor for whether the cache is empty
isEmpty()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Accessor for whether the cache is empty
isEmpty()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
isEmpty()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
isEmpty()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
isEmpty()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for whether the cache is empty
isEmpty()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
isEmpty()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
J
JavaxCacheLevel2Cache
- Class in
org.datanucleus.cache.javaxcache
Simple implementation of a plugin for use of javax.cache product with DataNucleus.
JavaxCacheLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Constructor.
JavaxCacheQueryResultCache
- Class in
org.datanucleus.cache.javaxcache
Implementation of a query results cache using javax.cache interface.
JavaxCacheQueryResultCache(NucleusContext)
- Constructor for class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
Constructor.
L
lock(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Method to lock the underlying Coherence cache.
lock(Object, int)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Method to lock the underlying Coherence cache for a time period.
O
org.datanucleus.cache.cacheonix
- package org.datanucleus.cache.cacheonix
org.datanucleus.cache.coherence
- package org.datanucleus.cache.coherence
org.datanucleus.cache.ehcache
- package org.datanucleus.cache.ehcache
org.datanucleus.cache.javaxcache
- package org.datanucleus.cache.javaxcache
org.datanucleus.cache.oscache
- package org.datanucleus.cache.oscache
org.datanucleus.cache.spymemcached
- package org.datanucleus.cache.spymemcached
org.datanucleus.cache.swarmcache
- package org.datanucleus.cache.swarmcache
org.datanucleus.cache.xmemcached
- package org.datanucleus.cache.xmemcached
OSCacheLevel2Cache
- Class in
org.datanucleus.cache.oscache
Simple implementation of a plugin for use of OSCache caching product with DataNucleus.
OSCacheLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Constructor.
P
pin(Query)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
pin(Query, Map)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
pin(Query, Map)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
pin(Query)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
pin(Query, Map)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
pin(Query)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
pin(Query, Map)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
pin(Query)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
put(Object, CachedPC)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixLevel2Cache
put(String, List<Object>)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
put(Object, CachedPC)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Method to add an object to the cache under its id
put(Object, CachedPC)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Method to add an object to the cache under its id
put(Object, CachedPC)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Method to add an object to the cache under its id
put(Object, CachedPC)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Method to add an object to the cache under its id
put(String, List<Object>)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
put(Object, CachedPC)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Method to add an object to the cache under its id
put(Object, CachedPC)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
put(String, List<Object>)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
put(Object, CachedPC)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Method to add an object to the cache under its id
put(Object, CachedPC)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
put(String, List<Object>)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
putAll(Map<Object, CachedPC>)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
S
size()
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
size()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
size()
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
size()
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
SpymemcachedLevel2Cache
- Class in
org.datanucleus.cache.spymemcached
Plugin using Spymemcached implementation of "memcached" as a Level2 cache.
SpymemcachedLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.spymemcached.
SpymemcachedLevel2Cache
SpymemcachedQueryResultCache
- Class in
org.datanucleus.cache.spymemcached
Plugin using spymemcached implementation of "memcached" as a query results cache.
SpymemcachedQueryResultCache(NucleusContext)
- Constructor for class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
SwarmCacheLevel2Cache
- Class in
org.datanucleus.cache.swarmcache
Simple implementation of a plugin for use of SwarmCache caching product with DataNucleus.
SwarmCacheLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Constructor.
U
unlock(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Method to unlock the underlying Coherence cache.
unpin(Query)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
unpin(Query, Map)
- Method in class org.datanucleus.cache.cacheonix.
CacheonixQueryResultCache
unpin(Query, Map)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
unpin(Query)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
unpin(Query, Map)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
unpin(Query)
- Method in class org.datanucleus.cache.spymemcached.
SpymemcachedQueryResultCache
unpin(Query, Map)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
unpin(Query)
- Method in class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
X
XmemcachedLevel2Cache
- Class in
org.datanucleus.cache.xmemcached
Plugin using Xmemcached implementation of "memcached" as a Level2 cache.
XmemcachedLevel2Cache(NucleusContext)
- Constructor for class org.datanucleus.cache.xmemcached.
XmemcachedLevel2Cache
XmemcachedQueryResultCache
- Class in
org.datanucleus.cache.xmemcached
Plugin using xmemcached implementation of "memcached" as a query results cache.
XmemcachedQueryResultCache(NucleusContext)
- Constructor for class org.datanucleus.cache.xmemcached.
XmemcachedQueryResultCache
C
E
G
I
J
L
O
P
S
U
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.