|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.store.ExtendedStore.TxCacheWrapper
org.apache.slide.store.ExtendedStore.TxContentCacheWrapper
Constructor Summary | |
ExtendedStore.TxContentCacheWrapper(ByteSizeLimitedObjectCache txCache)
|
Method Summary | |
void |
precache(NodeRevisionContent revisionContent,
long byteSize)
|
void |
put(java.lang.Object key,
NodeRevisionContent revisionContent,
long byteSize)
|
void |
putForRead(java.lang.Object key,
NodeRevisionContent revisionContent,
long byteSize)
|
Methods inherited from class org.apache.slide.store.ExtendedStore.TxCacheWrapper |
clear, get, getTxCache, put, remove |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtendedStore.TxContentCacheWrapper(ByteSizeLimitedObjectCache txCache)
Method Detail |
public void precache(NodeRevisionContent revisionContent, long byteSize)
public void putForRead(java.lang.Object key, NodeRevisionContent revisionContent, long byteSize)
public void put(java.lang.Object key, NodeRevisionContent revisionContent, long byteSize)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |