CacheEntryIDGeneration





Attributes Summary
useURI : booleanusing a servlet/JSP's URI to build cache ids, or to use some other, user specified, identifier string.
alternateName : StringA name to use when the URI of the servlet is not used for cache ID generation.
usePathInfos : booleanWhen true, path infos will be used.
cacheVariables : CacheVariable * Servlets and JSPs have access to variables from either the request or session object; these variables are often critical in determining the output of the servlet, so WebSphere takes their values into account when caching an invocation of a servlet.

Attribute Details

useURI    -    using a servlet/JSP's URI to build cache ids, or to use some other, user specified, identifier string.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



alternateName    -    A name to use when the URI of the servlet is not used for cache ID generation.
     data type:  String
     default Value:   unspecified



usePathInfos    -    When true, path infos will be used.
     data type: boolean
     default Value:   unspecified
     Allowed Values:  true   false  



cacheVariables    -    Servlets and JSPs have access to variables from either the request or session object; these variables are often critical in determining the output of the servlet, so WebSphere takes their values into account when caching an invocation of a servlet. Define here variables that can determine the output of a servlet/JSP, and how the cache should use them.
     data type: CacheVariable*


Copyright IBM Corp. 1997-2004