oracle.jsp.jwcache
Interface CloneableCacheObj
- public interface CloneableCacheObj
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.
cloneCacheObj
public java.lang.Object cloneCacheObj()