ICacheMonitor 接口

定义

负责监视缓存相关指标。

public interface ICacheMonitor
type ICacheMonitor = interface
Public Interface ICacheMonitor
派生

方法

ReportCacheSize(Int64)

调用 以报告总缓存大小。

ReportMessageStatistics(Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Int64)

调用 以报告缓存状态指标。

TrackCachePressureMonitorStatusChange(String, Boolean, Nullable<Double>, Nullable<Double>, Nullable<Double>)

当缓存压力监视器遇到状态更改时调用。

TrackMemoryAllocated(Int32)

在缓存分配新内存时调用。

TrackMemoryReleased(Int32)

内存返回到块池时调用。

TrackMessagesAdded(Int64)

将消息添加到缓存时调用。

TrackMessagesPurged(Int64)

从缓存中清除消息时调用。

适用于