Enum ExpirationType
Specifies the expiration type of the result set.
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public enum ExpirationType
Fields
Name | Description |
---|---|
Absolute | Specifies that the result set will be stored with absolute expiration. |
None | Specifies that the result set will be stored with no expiration. |
Sliding | Specifies that the result set will be stored with sliding expiration. |