Enum ExpirationType
Enumeration to indicate the reason an expiration event was fired.
public enum ExpirationType
Fields
Dependency = 2An object is being removed due to a dependency change.
LowMemory = 1A preemptable object is being expired due to low memory in the ScaleOut service.
Timeout = 0An object's timeout expired.
See Also
SetExpirationHandlerAsync<TKey, TValue>(Cache<TKey, TValue>, Func<TKey, ExpirationType, Task<ObjectDisposition>>)