CacheExpirationType Enumeration |
Cache expiration types.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public enum CacheExpirationType
Public Enumeration CacheExpirationType
public enum class CacheExpirationType
Members
| Member name | Value | Description |
---|
| Never | 0 |
Item shouldn't be expired.
|
| SlidingTime | 1 |
Item should be expired some time after last usage.
|
| AbsoluteTime | 2 |
Item should be expired some time after it has been added to the cache.
|
See Also