CacheStoreProvider.ItemCount プロパティ

定義

キャッシュに格納されている項目の数を取得します。

public:
 abstract property long ItemCount { long get(); };
public abstract long ItemCount { get; }
member this.ItemCount : int64
Public MustOverride ReadOnly Property ItemCount As Long

プロパティ値

キャッシュに格納されている項目の数。

注釈

この値は、アプリケーションのパフォーマンスを監視する場合や、ASP.NET トレース機能を使用する場合に便利です。

適用対象