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)

适用于