public class DefaultCacheMonitor extends Object implements CacheMonitor
| Constructor and Description |
|---|
DefaultCacheMonitor(String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface CacheMonitorCopyright © 2013–2022. All rights reserved.