MemoryCacheStatistics.CurrentEstimatedSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取内存缓存中当前所有 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
如果未跟踪大小,则返回 。 每当在缓存上设置 SizeLimit 时,常见的 MemoryCache 实现会跟踪大小。