CacheStoreProvider.ItemCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得快取中所儲存的項目數。
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 追蹤功能時,此值會很有用。