Enum ExpirationType
The type of expiration to be used while expiring items in the cache. The value of this type varies from item to item in the cache.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum ExpirationType
Fields
| Name | Description |
|---|---|
| Absolute | Indicates that item expiration in the cache is to follow fixed expiration. |
| DefaultAbsolute | Indicates that item expiration in the cache is to follow fixed expiration and value should be taken from 'DefaultAbsolute' field in NCache Manager. |
| DefaultAbsoluteLonger | Indicates that item expiration in the cache is to follow fixed expiration and value should be taken from 'DefaultAbsoluteLonger' field in NCache Manager. |
| DefaultSliding | Indicates that item expiration in the cache is to follow fixed expiration and value should be taken from 'DefaultSliding' field in NCache Manager. |
| DefaultSlidingLonger | Indicates that item expiration in the 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 the cache is to follow idle expiration. |