public class CacheStatsMBean extends Object
| Constructor and Description |
|---|
CacheStatsMBean(com.google.common.cache.LoadingCache<?,?> loadingCache) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHitRate() |
Double |
getMissRate() |
long |
getRequestCount() |
long |
size() |
Copyright © 2012–2019. All rights reserved.