DynamicCache

Dynamic Cache Service

Inherits from type Service and adds the following.

Attributes Summary
defaultPriority : intThe default priority for servlets that can be cached.
hashSize : intSpecifies a hash size when disk offload is enabled.
cacheSize : intA positive integer defining the maximum number of entries the cache will hold.
enableCacheReplication : boolean@since 6.
replicationType : DynamicCacheReplicationKind  
pushFrequency : intA 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.
flushToDiskOnStop : boolean@since 6.
enableTagLevelCaching : boolean@since 6.
cacheGroups : ExternalCacheGroup * Define sets of external caches WebSphere should control
cacheReplication : DRSSettings  

Attribute Details

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:  int
     default Value:   1



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



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:  int
     default Value:   2000



enableCacheReplication    -    @since 6.0.0
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



replicationType    -     
     data type: DynamicCacheReplicationKind
     default Value:   NONE
     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:  int
     default Value:   0



enableDiskOffload    -    Enables disk offloading.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



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



flushToDiskOnStop    -    @since 6.0.0
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



enableTagLevelCaching    -    @since 6.0.0
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



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



cacheReplication    -     
     data type: DRSSettings


Copyright IBM Corp. 1997-2004