MemoryCacheOptions.TrackStatistics 属性

定义

获取或设置一个值,该值指示是否跟踪内存缓存统计信息。

public:
 property bool TrackStatistics { bool get(); void set(bool value); };
public bool TrackStatistics { get; set; }
member this.TrackStatistics : bool with get, set
Public Property TrackStatistics As Boolean

属性值

true 如果跟踪内存缓存统计信息,则为否则,为 false. 默认值为 false

适用于