Sdílet prostřednictvím


MemoryCacheStatistics.CurrentEstimatedSize Vlastnost

Definice

Získá odhadovaný součet všech Size hodnot aktuálně v mezipaměti paměti.

public:
 property Nullable<long> CurrentEstimatedSize { Nullable<long> get(); void set(Nullable<long> value); };
public long? CurrentEstimatedSize { get; init; }
member this.CurrentEstimatedSize : Nullable<int64> with get, set
Public Property CurrentEstimatedSize As Nullable(Of Long)

Hodnota vlastnosti

Vrátí hodnotu null , pokud se velikost nesleduje. Společná implementace MemoryCache sleduje velikost při každém nastavení SizeLimit v mezipaměti.

Platí pro