| 构造器和说明 |
|---|
GuavaCacheProvider(GuavaCacheConf guavaCacheConf) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
boolean |
contain(Object key) |
Object |
get(Object key) |
long |
getCacheHits() |
long |
getCacheMisses() |
Collection |
keySet() |
void |
put(Object key,
Object value) |
Object |
putIfAbsent(Object key,
Object value) |
void |
remove(Object key) |
long |
size() |
void |
start()
Start this component.
|
void |
stop()
Stop this component.
|
public GuavaCacheProvider(GuavaCacheConf guavaCacheConf)
public Object putIfAbsent(Object key, Object value)
putIfAbsent 在接口中 Cachepublic Collection keySet()
public long getCacheHits()
getCacheHits 在接口中 Cachepublic long getCacheMisses()
getCacheMisses 在接口中 CacheCopyright © 2018. All rights reserved.