다음을 통해 공유


MemoryCacheStatistics.CurrentEstimatedSize 속성

정의

현재 메모리 캐시에 있는 모든 값의 Size 예상 합계를 가져옵니다.

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)

속성 값

크기가 추적되지 않는 경우 를 반환 null 합니다. 일반적인 MemoryCache 구현은 캐시에 SizeLimit가 설정 될 때마다 크기를 추적합니다.

적용 대상