메소드 | 설명 | |
---|---|---|
CachePerformaceMonitor ( bool startImmediate = true ) : System |
创建 CacheServicePerformaceMonitor 实例
|
|
HitRate ( string cacheKey = null ) : double |
获取指定缓存键的命中率
|
|
Hits ( string cacheKey = null ) : long |
获取指定缓存键的命中数量
|
|
ICacheMonitor ( string cacheKey ) : void | ||
Misses ( string cacheKey = null ) : long |
获取指定缓存键的未命中数量
|
|
Start ( ) : void |
启动性能计数
|
|
Stop ( ) : void |
暂停性能计数
|
메소드 | 설명 | |
---|---|---|
StatisticPerformace ( ) : void | ||
StatisticPerformaceLoop ( ) : System.Threading.Tasks.Task |
public CachePerformaceMonitor ( bool startImmediate = true ) : System | ||
startImmediate | bool | 是否立即启动性能计数 |
리턴 | System |
public HitRate ( string cacheKey = null ) : double | ||
cacheKey | string | 缓存键,若不指定则获取全局数据 |
리턴 | double |
public Misses ( string cacheKey = null ) : long | ||
cacheKey | string | 缓存键,若不指定则获取全局数据 |
리턴 | long |