Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference
10g Release 2 (10.1.2)

B14015-02


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.


Method Summary
 java.lang.Object cloneCacheObj()
           

 

Method Detail

cloneCacheObj

public java.lang.Object cloneCacheObj()

Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference
10g Release 2 (10.1.2)

B14015-02


Copyright © 2004, 2005, Oracle. All rights reserved.