MemoryCacheEvictionPolicy


This type is a class for model objects.

@since 7.0.0

Package: applicationserver

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

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



Attributes Summary
highThreshold : EInt @since 7.0.0 Specifies when the memory cache eviction policy will be executed. The threshold is expressed in terms of the percentage of the memory cache size in MB. Valid Values are 1 to 100.
lowThreshold : EInt @since 7.0.0 Specifies when the memory cache eviction policy will terminate. The threshold is expressed in terms of the percentage of the memory cache size in MB. Valid Values are 1 to 100.



Attribute Details

highThreshold  -  @since 7.0.0 Specifies when the memory cache eviction policy will be executed. The threshold is expressed in terms of the percentage of the memory cache size in MB. Valid Values are 1 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  -  @since 7.0.0 Specifies when the memory cache eviction policy will terminate. The threshold is expressed in terms of the percentage of the memory cache size in MB. Valid Values are 1 to 100.
    Data Type: EInt
    Default value:  80
    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