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.CacheBlock

Packages that use CacheBlock
oracle.jsp.jwcache   

 

Uses of CacheBlock in oracle.jsp.jwcache

 

Methods in oracle.jsp.jwcache that return CacheBlock
 CacheBlock CachePolicy.getCache(HttpServletRequest req, java.lang.String specifiedName, SectionId sectionId)
          to get the cache block (as CacheBlock) object) through this cache policy.
 CacheBlock CachePolicy.getCache(HttpServletRequest req, SectionId sectionId)
          to get the cache block (as CacheBlock) object) through this cache policy.
 CacheBlock CachePolicy.getCache(HttpServletRequest req, java.lang.String specifiedName)
          to get the cache block (as CacheBlock) object) through this cache policy.
 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.

 

Methods in oracle.jsp.jwcache with parameters of type CacheBlock
 boolean CachePolicy.isRecent(CacheBlock block)
          to test with a cache block is recent enough to reuse according to the reusableTimeStamp and reusableDeltaTime attribute, where reusableTimeStamp takes precedence over reusableDeltaTime.

 


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.