Click or drag to resize

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
Members
  Member nameValueDescription
Never0 Item shouldn't be expired.
SlidingTime1 Item should be expired some time after last usage.
AbsoluteTime2 Item should be expired some time after it has been added to the cache.
See Also