DynamicCache



Inherits from type Service and adds the following.

Attributes Summary
cacheSize : IntegerA positive integer defining the maximum number of entries the cache will hold.
defaultPriority : IntegerThe default priority for servlets that can be cached.
replicationType : DynamicCacheReplicationKind  
pushFrequency : IntegerA time interval, specified in seconds which is used when replication type is PUSH.
enableDiskOffload : BooleanEnables disk offloading.
diskOffloadLocation : StringSpecifies a directory used for disk offload.
hashSize : IntegerSpecifies a hash size when disk offload is enabled.
cacheGroups : ExternalCacheGroup * Define sets of external caches WebSphere should control
cacheReplication : DRSSettings  

Attribute Details

cacheSize    -    A positive integer defining the maximum number of entries the cache will hold. Values are usually in the thousands, with no set maximum or minimum.
     data type:  Integer
     default Value:   2000



defaultPriority    -    The default priority for servlets that can be cached. It determines how long an entry will stay in a full cache. The recommended value is 1.
     data type:  Integer
     default Value:   1



replicationType    -     
     data type: DynamicCacheReplicationKind
     default Value:   unspecified
     Allowed Values:  NONE   PUSH   PULL   PUSH_PULL  



pushFrequency    -    A time interval, specified in seconds which is used when replication type is PUSH. Default value is 0
     data type:  Integer
     default Value:   0



enableDiskOffload    -    Enables disk offloading.
     data type:  Boolean
     default Value:   false



diskOffloadLocation    -    Specifies a directory used for disk offload.
     data type:  String
     default Value:   unspecified



hashSize    -    Specifies a hash size when disk offload is enabled. Valid values are powers of 2 (1, 2, 4, 8, ...)
     data type:  Integer
     default Value:   unspecified



cacheGroups    -    Define sets of external caches WebSphere should control
     data type: ExternalCacheGroup*



cacheReplication    -     
     data type: DRSSettings


Copyright IBM Corp. 1996-2002