This type is a class for model objects.
Policy used to determine when and how to remove entries from the disk cache.
Package: applicationserverAttributes 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 |