|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.cache.AbstractLevel2Cache
org.datanucleus.cache.ehcache.EhcacheClassBasedLevel2Cache
public class EhcacheClassBasedLevel2Cache
Plugin for EHCache that allows the user to use different caches for different classes. Based on the EhcacheLevel2Cache class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.datanucleus.cache.Level2Cache |
|---|
org.datanucleus.cache.Level2Cache.PinnedClass |
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.cache.AbstractLevel2Cache |
|---|
cacheName, clearAtClose, LOCALISER, maxSize, nucleusCtx, timeout |
| Constructor Summary | |
|---|---|
EhcacheClassBasedLevel2Cache(org.datanucleus.NucleusContext nucleusCtx)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Method to close the cache when no longer needed. |
boolean |
containsOid(Object oid)
Accessor for whether an object with the specified id is in the cache |
void |
evict(Object oid)
Evict the parameter instance from the second-level cache. |
void |
evictAll()
Evict the parameter instances from the second-level cache. |
void |
evictAll(Class pcClass,
boolean subclasses)
Evict the parameter instances from the second-level cache. |
void |
evictAll(Collection oids)
Evict the parameter instances from the second-level cache. |
void |
evictAll(Object[] oids)
Evict the parameter instances from the second-level cache. |
org.datanucleus.cache.CachedPC |
get(Object oid)
Accessor for an object from the cache. |
int |
getSize()
Accessor for the size of the cache. |
org.datanucleus.cache.CachedPC |
put(Object oid,
org.datanucleus.cache.CachedPC pc)
Method to add an object to the cache under its id |
| Methods inherited from class org.datanucleus.cache.AbstractLevel2Cache |
|---|
getAll, getNumberOfPinnedObjects, getNumberOfUnpinnedObjects, isEmpty, pin, pinAll, pinAll, pinAll, putAll, unpin, unpinAll, unpinAll, unpinAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EhcacheClassBasedLevel2Cache(org.datanucleus.NucleusContext nucleusCtx)
nucleusCtx - Context| Method Detail |
|---|
public void close()
public boolean containsOid(Object oid)
oid - The object id
public org.datanucleus.cache.CachedPC get(Object oid)
oid - The Object ID
public int getSize()
Level2Cache.getSize()
public org.datanucleus.cache.CachedPC put(Object oid,
org.datanucleus.cache.CachedPC pc)
oid - The identitypc - The cacheable objectpublic void evict(Object oid)
oid - the object id of the instance to evict.public void evictAll()
public void evictAll(Class pcClass,
boolean subclasses)
pcClass - the class of instances to evictsubclasses - if true, evict instances of subclasses alsopublic void evictAll(Collection oids)
oids - the object ids of the instance to evict.public void evictAll(Object[] oids)
oids - the object ids of the instance to evict.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||