MemoryCacheStatistics 類別

定義

保留記憶體快取的統計數據快照集。

public ref class MemoryCacheStatistics
public class MemoryCacheStatistics
type MemoryCacheStatistics = class
Public Class MemoryCacheStatistics
繼承
MemoryCacheStatistics

建構函式

MemoryCacheStatistics()

初始化 MemoryCacheStatistics 類別的執行個體。

屬性

CurrentEntryCount

取得記憶體快取中目前實例的數目 ICacheEntry

CurrentEstimatedSize

取得目前記憶體快取中所有 Size 值的估計總和。

TotalHits

取得快取點擊總數。

TotalMisses

取得快取遺漏的總數。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於