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 です。

適用対象