|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- typepublic interface ReadWriteCopyStrategy<T>
Method Summary | |
---|---|
T |
copyForRead(T storedValue)
Reconstruct an object from its storage-ready copy. |
T |
copyForWrite(T value)
Deep copies some object and returns an internal storage-ready copy |
Method Detail |
---|
T copyForWrite(T value)
value
- the value to copy
T copyForRead(T storedValue)
storedValue
- the storage-ready copy
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |