Enum ExpirationType
The type of expiration to be used while expiring items in cache. The value of this type varies from item to item in cache.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ExpirationType : int
Fields
Name | Description |
---|---|
Absolute | Indicates that item expiration in cache is to follow fixed expiration. |
DefaultAbsolute | Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultAbsolute' field in NCache Manager. |
DefaultAbsoluteLonger | Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultAbsoluteLonger' field in NCache Manager. |
DefaultSliding | Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultSliding' field in NCache Manager. |
DefaultSlidingLonger | Indicates that item expiration in cache is to follow fixed expiration and value should be taken from 'DefaultSlidingLonger' field in NCache Manager. |
None | Indicates that no expiration is to take place. |
Sliding | Indicates that item expiration in cache is to follow idle expiration. |