ExternalCacheGroup


This type is a class for model objects.

Configuration for an external cache group for the application server to control.

Package: applicationserver

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

Collection attributes having this type:
  DynamicCache.cacheGroups



Attributes Summary
name : EString For servlets that can be cached, specifies the external groups to which their entries should be sent.
type : ExternalCacheGroupKind Only shared external cache groups are supported at this time.
members : ExternalCacheGroupMember * Members of an external cache group that WebSphere will control.



Attribute Details

name  -  For servlets that can be cached, specifies the external groups to which their entries should be sent.
    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

type  -  Only shared external cache groups are supported at this time.
    Data Type: ExternalCacheGroupKind
    Default value:  unspecified
    Allowed values:
        0 - SHARED
        1 - NOT_SHARED
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

members  -  Members of an external cache group that WebSphere will control.
    Reference Type: ExternalCacheGroupMember *
    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