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

B14015-02


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

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.