Compartilhar via


MemoryCacheStatistics.CurrentEstimatedSize Propriedade

Definição

Obtém uma soma estimada de todos os Size valores atualmente no 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 da propriedade

Retornará null se o tamanho não estiver sendo rastreado. A implementação comum do MemoryCache rastreia o tamanho sempre que um SizeLimit é definido no cache.

Aplica-se a