Skip navigation links

Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g (10.1.3.1.0)

B28960-01


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()

Skip navigation links

Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g (10.1.3.1.0)

B28960-01


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