DiskCacheCustomPerformanceSettings


This type is a class for model objects.

Settings applied to the memory cache contents that have been offloaded to disk. These settings apply only when the Disk Cache Performance Level is CUSTOM.

Package: applicationserver

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

Reference attributes having this type:
  CacheInstance.diskCacheCustomPerformanceSettings
  DynamicCache.diskCacheCustomPerformanceSettings



Attributes Summary
maxBufferedCacheIdsPerMetaEntry : EInt M number of cache ids stored for an individual dependency id or template in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 100 to MAXINT This setting applies only when the Disk Offload Performance Level is CUSTOM.
maxBufferedDependencyIds : EInt M number of dependency id buckets in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 100 to MAXINT This setting applies only when the Disk Cache Performance Level is CUSTOM.
maxBufferedTemplates : EInt M number of template buckets in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 10 to MAXINT This setting applies only when the Disk Cache Performance Level is CUSTOM.



Attribute Details

maxBufferedCacheIdsPerMetaEntry  -  M number of cache ids stored for an individual dependency id or template in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 100 to MAXINT This setting applies only when the Disk Offload Performance Level is CUSTOM.
    Data Type: EInt
    Default value:  1000
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

maxBufferedDependencyIds  -  M number of dependency id buckets in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 100 to MAXINT This setting applies only when the Disk Cache Performance Level is CUSTOM.
    Data Type: EInt
    Default value:  10000
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

maxBufferedTemplates  -  M number of template buckets in the disk cache metadata in memory. If this limit is exceeded this information will be offloaded to the disk. Valid values are 10 to MAXINT This setting applies only when the Disk Cache Performance Level is CUSTOM.
    Data Type: EInt
    Default value:  100
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



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