@Deprecated public class MonitoredCache<K,V> extends SimpleProxyCache<K,V>
| 构造器和说明 |
|---|
MonitoredCache(Cache<K,V> cache,
CacheMonitor... monitors)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
CacheMonitor[] |
getMonitors()
已过时。
|
close, computeIfAbsent, computeIfAbsent, computeIfAbsent, config, GET_ALL, get, GET, getAll, getTargetCache, PUT_ALL, PUT_ALL, PUT_IF_ABSENT, put, PUT, put, PUT, putAll, putAll, putIfAbsent, REMOVE_ALL, remove, REMOVE, removeAll, tryLock, tryLockAndRun, unwrappublic MonitoredCache(Cache<K,V> cache, CacheMonitor... monitors)
public CacheMonitor[] getMonitors()
Copyright © 2013–2019. All rights reserved.