IBlockPoolMonitor 接口

定义

监视跟踪块池相关指标。 块池在缓存系统中用于内存管理

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

方法

Report(Int64, Int64, Int64)

定期报告块池状态

TrackMemoryAllocated(Int64)

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

TrackMemoryReleased(Int64)

当缓存释放内存时调用。

适用于