Skip navigation links

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

B28960-01


Uses of Class
oracle.jsp.jwcache.StringSectionId

Packages that use StringSectionId
oracle.jsp.jwcache   

 

Uses of StringSectionId in oracle.jsp.jwcache

 

Methods in oracle.jsp.jwcache with parameters of type StringSectionId
 void CachePolicy.putAutoCacheForOtherPath(java.lang.Object obj, HttpServletRequest req, java.lang.String otherPath, StringSectionId sectionId)
          put a cache entry for a specified string-based section id for the specified page path.
 void CachePolicy.putAutoCacheForOtherPath(java.lang.Object obj, HttpServletRequest req, java.lang.String otherPath, Cookie[] newCookies, StringSectionId sectionId)
          put a cache entry for a specified string-based section id for the specified page path.
 CacheBlock CachePolicy.getAutoCacheForOtherPath(HttpServletRequest req, java.lang.String otherPath, StringSectionId sectionId)
          get a cache entry for a specified string-based section id for the specified page path.
 CacheBlock CachePolicy.getAutoCacheForOtherPath(HttpServletRequest req, java.lang.String otherPath, Cookie[] newCookies, StringSectionId sectionId)
          get a cache entry for a specified string-based section id for the specified page path.

 


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.