Table of Contents

Enum ExpirationType

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Enumeration to indicate the reason an expiration event was fired.

public enum ExpirationType

Fields

Dependency = 2

An object is being removed due to a dependency change.

LowMemory = 1

A preemptable object is being expired due to low memory in the ScaleOut service.

Timeout = 0

An object's timeout expired.

See Also

SetExpirationHandlerAsync<TKey, TValue>(Cache<TKey, TValue>, Func<TKey, ExpirationType, Task<ObjectDisposition>>)