MemoryCacheStatistics.CurrentEstimatedSize Propriedade

Definição

Obtém uma soma estimada de todos os Size valores atualmente na cache de memória.

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 Propriedade

Devoluções null se o tamanho não estiver a ser controlado. A implementação comum do MemoryCache regista o tamanho sempre que um SizeLimit é definido na cache.

Aplica-se a