Compartir a través de


MemoryCacheStatistics.CurrentEstimatedSize Propiedad

Definición

Obtiene una suma estimada de todos los Size valores actualmente en la memoria caché.

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)

Valor de propiedad

Devuelve null si no se realiza el seguimiento del tamaño. La implementación de MemoryCache común realiza un seguimiento del tamaño cada vez que se establece un SizeLimit en la memoria caché.

Se aplica a