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 SectionId

All Known Implementing Classes:
NumberSectionId, StringSectionId

public interface SectionId

SectionId is an id of a cache block or a cache section within a certain web page. Within the same web page, there may be multiple cache blocks.

Known implementations of SectionId are: NumberSectionId and StringSectionId


Method Summary
 java.lang.String toString()
           

 

Method Detail

toString

public java.lang.String toString()

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.