CacheEntryIDGeneration





 

Attributes Summary

useURI Specifies whether or not to use the URI of the requested servlet to create a cache ID.
alternateName A name to use when the URI of the servlet is not used for cache ID generation.
usePathInfos When true, path infos will be used.
cacheVariables top>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

Specifies whether or not to use the URI of the requested servlet to create a cache ID. By default, URIs are used.

Data type:   Boolean
Default value:   unspecified



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



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


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.