CacheEntryIDGeneration


This type is a class for model objects.

* No description is available *

Package: webappext

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  ServletCachingConfiguration.idGeneration



Attributes Summary
useURI : EBoolean using a servlet/JSP's URI to build cache ids, or to use some other, user specified, identifier string.
alternateName : EString A name to use when the URI of the servlet is not used for cache ID generation.
usePathInfos : EBoolean 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. Define here variables that can determine the output of a servlet/JSP, and how the cache should use them.



Attribute Details

useURI  -  using a servlet/JSP's URI to build cache ids, or to use some other, user specified, identifier string.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

alternateName  -  A name to use when the URI of the servlet is not used for cache ID generation.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

usePathInfos  -  When true, path infos will be used.
    Data Type: EBoolean
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  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.
    Reference Type: CacheVariable *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006