|
Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference 10g (9.0.4) B10387-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CloneableCacheObj is an interface to tell a cache repository that whether a particular object is cloneable.
If an object is a CloneableCacheObj and a cache repository (e.g. OCS4J) can store object without serialization, the cache repository will clone the object during cache operation (e.g. getCache or putCache).
If a cache repository (e.g. file system) cannot store object without serializalization, this CloneableCacheObj will be ignored by the cache repository.
| Method Summary | |
java.lang.Object |
cloneCacheObj() |
| Method Detail |
public java.lang.Object cloneCacheObj()
|
Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference 10g (9.0.4) B10387-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||