public class DefaultCacheMonitor extends Object implements CacheMonitor
| 构造器和说明 |
|---|
DefaultCacheMonitor(String cacheName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterOperation(CacheEvent event) |
String |
getCacheName() |
CacheStat |
getCacheStat() |
void |
resetStat() |
public DefaultCacheMonitor(String cacheName)
public String getCacheName()
public void resetStat()
public CacheStat getCacheStat()
public void afterOperation(CacheEvent event)
afterOperation 在接口中 CacheMonitorCopyright © 2013–2019. All rights reserved.