Attributes Summary |
useURI : Boolean | Specifies whether or not to use the URI of the requested servlet to create a cache ID.
|
alternateName : String | A name to use when the URI of the servlet is not used for cache ID generation.
|
usePathInfos : Boolean | When 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.
|