DiskCacheEvictionPolicy


This type is a class for model objects.

Policy used to determine when and how to remove entries from the disk cache.

Package: applicationserver

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

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



Attributes Summary
algorithm : EvictionAlgorithmKind Specifies the eviction algorithm the disk cache will use to evict entries once the high threshold is reached.
highThreshold : EInt Specifies when the eviction policy will be executed.. The threshold is expressed in terms of the percentage of the disk cache size in MB. Valid values are 0 to 100
lowThreshold : EInt Specifies when the eviction policy will terminate. The threshold is expressed in terms of the percentage of the disk cache size in MB. Valid values are 0 to 100



Attribute Details

algorithm  -  Specifies the eviction algorithm the disk cache will use to evict entries once the high threshold is reached.
    Data Type: EvictionAlgorithmKind
    Default value:  NONE
    Allowed values:
        0 - NONE
        1 - RANDOM
        2 - SIZE
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

highThreshold  -  Specifies when the eviction policy will be executed.. The threshold is expressed in terms of the percentage of the disk cache size in MB. Valid values are 0 to 100
    Data Type: EInt
    Default value:  95
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

lowThreshold  -  Specifies when the eviction policy will terminate. The threshold is expressed in terms of the percentage of the disk cache size in MB. Valid values are 0 to 100
    Data Type: EInt
    Default value:  90
    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