|
Oracle Containers for J2EE Support for JavaServer Pages Java API Reference 10g (10.1.3.1.0) B28960-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SectionId | |
oracle.jsp.jwcache |
Uses of SectionId in oracle.jsp.jwcache |
Classes in oracle.jsp.jwcache that implement SectionId | |
class |
NumberSectionId NumberSectionId is an id of a cache block or a cache section within a certain web page. |
class |
StringSectionId String version of SectionId (as opposed to NumberSectionId ). |
Methods in oracle.jsp.jwcache with parameters of type SectionId | |
java.lang.String |
CachePolicy.getDebugCacheName(HttpServletRequest req, java.lang.String specifiedName, SectionId sectionId) to generate the internal (for advanced debug purpose) cache name (most users do not need to call this function.) |
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. |
void |
CachePolicy.putCache(java.lang.Object obj, HttpServletRequest req, java.lang.String specifiedName, SectionId sectionId) to put an object into the cache repository through this cache policy. |
void |
CachePolicy.putCache(java.lang.Object obj, HttpServletRequest req, SectionId sectionId) to put an object into the cache repository through this cache policy. |
void |
CachePolicy.invalidateCache(HttpServletRequest req, java.lang.String specifiedName, SectionId sectionId) to invalidate the cache block object in the cache repository through this cache policy; the cache block object is identified by the passed-in parameters |
void |
CachePolicy.invalidateCache(HttpServletRequest req, SectionId sectionId) to invalidate the cache block object in the cache repository through this cache policy; the cache block object is identified by the passed-in parameters |
void |
CachePolicy.markupBegin(ServletContext sc, HttpServletRequest req, java.io.Writer out, java.lang.String specifiedName, SectionId sectionId) an API to markup the beginning of a cache block; mainly for future integration with downstream level-3 caching; not being used by external users as of this version |
void |
CachePolicy.markupEnd(ServletContext sc, HttpServletRequest req, java.io.Writer out, java.lang.String specifiedName, SectionId sectionId) an API to markup the end of a cache block; mainly for future integration with downstream level-3 caching; not being used by external users as of this version |
|
Oracle Containers for J2EE Support for JavaServer Pages Java API Reference 10g (10.1.3.1.0) B28960-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |