oracle.jsp.jwcache
Interface SectionId

All Known Implementing Classes:
StringSectionId, NumberSectionId

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
TypeMethod
 java.lang.String toString()
           
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object