DynamicCache



Inherits from type Service and adds the following.


 

Attributes Summary

cacheSize A positive integer defining the maximum number of entries the cache will hold.
defaultPriority The default priority for servlets that can be cached.
replicationType  
pushFrequency A time interval, specified in seconds which is used when replication type is PUSH.
enableDiskOffload Enables disk offloading.
diskOffloadLocation Specifies a directory used for disk offload.
hashSize Specifies a hash size when disk offload is enabled.
cacheGroups Define sets of external caches WebSphere should control
cacheReplication  

 

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


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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.