Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
I
J
L
M
O
P
S
U
C
clear()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Method to clear the cache
clear()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Method to clear the cache.
clear()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Method to clear the cache
clear()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Method to clear the cache
clear()
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
clear()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Method to clear the cache
clear()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Method to clear the cache
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.memcache.
MemcacheLevel2Cache
close()
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
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.swarmcache.
SwarmCacheLevel2Cache
Method to close the cache when no longer needed.
CoherenceLevel2Cache
- Class in
org.datanucleus.cache.coherence
Simple implementation of a plugin for use of Oracles Coherence distributed caching product with DataNucleus.
CoherenceLevel2Cache(OMFContext)
- Constructor for class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Constructor.
contains(String)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
contains(String)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
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.memcache.
MemcacheLevel2Cache
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.swarmcache.
SwarmCacheLevel2Cache
Accessor for whether the cache contains the specified id.
E
EhcacheClassBasedLevel2Cache
- Class in
org.datanucleus.cache.ehcache
Plugin for EHCache that allows the user to use different caches for different classes.
EhcacheClassBasedLevel2Cache(OMFContext)
- 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(OMFContext)
- Constructor for class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Constructor.
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(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.memcache.
MemcacheLevel2Cache
evict(Query)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
evict(Query, Map)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
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.swarmcache.
SwarmCacheLevel2Cache
Evict the parameter instance from the second-level cache.
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.memcache.
MemcacheLevel2Cache
evictAll(Object[])
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
evictAll(Collection)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
evictAll(Class, boolean)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
evictAll()
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
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.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.
G
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.memcache.
MemcacheLevel2Cache
get(String)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
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.swarmcache.
SwarmCacheLevel2Cache
Accessor for an object in the cache.
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for the number of pinned objects - not supported by Coherence.
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Accessor for the number of pinned objects - not supported by Ehcache.
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Accessor for the number of pinned objects - not supported by Ehcache.
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Accessor for the number of pinned objects - not supported by Ehcache.
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for the number of pinned objects - not supported by Ehcache.
getNumberOfPinnedObjects()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for the number of pinned objects - not supported by Ehcache.
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for the number of unpinned objects - not supported by Coherence.
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Accessor for the number of unpinned objects - not supported by Ehcache.
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Accessor for the number of unpinned objects - not supported by Ehcache.
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Accessor for the number of unpinned objects - not supported by Ehcache.
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for the number of unpinned objects - not supported by Ehcache.
getNumberOfUnpinnedObjects()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for the number of unpinned objects - not supported by Ehcache.
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.memcache.
MemcacheLevel2Cache
getSize()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for the size of the cache.
getSize()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for the size of the cache.
getTangosolCache()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for the backing Coherence cache.
I
isEmpty()
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Accessor for whether the cache is empty
isEmpty()
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
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.memcache.
MemcacheLevel2Cache
isEmpty()
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
isEmpty()
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Accessor for whether the cache is empty
isEmpty()
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Accessor for whether the cache is empty
J
JavaxCacheLevel2Cache
- Class in
org.datanucleus.cache.javaxcache
Simple implementation of a plugin for use of javax.cache product with DataNucleus.
JavaxCacheLevel2Cache(OMFContext)
- 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(OMFContext)
- 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.
M
MemcacheLevel2Cache
- Class in
org.datanucleus.cache.memcache
Plugin using Memcache as a Level2 cache.
MemcacheLevel2Cache(OMFContext)
- Constructor for class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
MemcacheQueryResultCache
- Class in
org.datanucleus.cache.memcache
Plugin using Memcache as a query results cache.
MemcacheQueryResultCache(OMFContext)
- Constructor for class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
O
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.memcache
- package org.datanucleus.cache.memcache
org.datanucleus.cache.oscache
- package org.datanucleus.cache.oscache
org.datanucleus.cache.swarmcache
- package org.datanucleus.cache.swarmcache
OSCacheLevel2Cache
- Class in
org.datanucleus.cache.oscache
Simple implementation of a plugin for use of OSCache caching product with DataNucleus.
OSCacheLevel2Cache(OMFContext)
- Constructor for class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Constructor.
P
pin(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Pin the parameter instance in the second-level cache.
pin(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Pin the parameter instance in the second-level cache.
pin(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Pin the parameter instance in the second-level cache.
pin(Object)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Pin the parameter instance in the second-level cache.
pin(Query, Map)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
pin(Query)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
pin(Object)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
pin(Query, Map)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
pin(Query)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
pin(Object)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Pin the parameter instance in the second-level cache.
pin(Object)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Pin the parameter instance in the second-level cache.
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Pin instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[])
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Pin instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[])
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Pin instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[])
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Pin instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[])
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
pinAll(Object[])
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Pin instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[])
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Class, boolean)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Pin instances in the second-level cache.
pinAll(Collection)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Pin the parameter instances in the second-level cache.
pinAll(Object[])
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Pin the parameter instances in the second-level cache.
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.memcache.
MemcacheLevel2Cache
put(String, List<Object>)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
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.swarmcache.
SwarmCacheLevel2Cache
Method to add an object to the cache under its id
S
size()
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
size()
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
SwarmCacheLevel2Cache
- Class in
org.datanucleus.cache.swarmcache
Simple implementation of a plugin for use of SwarmCache caching product with DataNucleus.
SwarmCacheLevel2Cache(OMFContext)
- 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(Object)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Unpin the parameter instance from the second-level cache.
unpin(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Unpin the parameter instance from the second-level cache.
unpin(Object)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Unpin the parameter instance from the second-level cache.
unpin(Object)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Unpin the parameter instance from the second-level cache.
unpin(Query, Map)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
unpin(Query)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheQueryResultCache
unpin(Object)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
unpin(Query, Map)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
unpin(Query)
- Method in class org.datanucleus.cache.memcache.
MemcacheQueryResultCache
unpin(Object)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Unpin the parameter instance from the second-level cache.
unpin(Object)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Unpin the parameter instance from the second-level cache.
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[])
- Method in class org.datanucleus.cache.coherence.
CoherenceLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Unpin the parameter instance from the second-level cache.
unpinAll(Object[])
- Method in class org.datanucleus.cache.ehcache.
EhcacheClassBasedLevel2Cache
Unpin the parameter instance from the second-level cache.
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[])
- Method in class org.datanucleus.cache.ehcache.
EhcacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[])
- Method in class org.datanucleus.cache.javaxcache.
JavaxCacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
unpinAll(Object[])
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.memcache.
MemcacheLevel2Cache
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[])
- Method in class org.datanucleus.cache.oscache.
OSCacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Class, boolean)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Unpin instances from the second-level cache.
unpinAll(Collection)
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Unpin the parameter instances from the second-level cache.
unpinAll(Object[])
- Method in class org.datanucleus.cache.swarmcache.
SwarmCacheLevel2Cache
Unpin the parameter instances from the second-level cache.
C
E
G
I
J
L
M
O
P
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.