संपादित करें

इसके माध्यम से साझा किया गया


EvictionReason Enum

Definition

Specifies the reasons why an entry was evicted from the cache.

public enum class EvictionReason
public enum EvictionReason
type EvictionReason = 
Public Enum EvictionReason
Inheritance
EvictionReason

Fields

Capacity 5

Overflow.

Expired 3

Timed out.

None 0

The item was not removed from the cache.

Removed 1

Manually.

Replaced 2

Overwritten.

TokenExpired 4

Event.

Applies to