public class CacheStatsMBean extends Object
Constructor and Description |
---|
CacheStatsMBean(com.google.common.cache.Cache<?,?> cache) |
Modifier and Type | Method and Description |
---|---|
long |
getHitCount() |
double |
getHitRate() |
long |
getMissCount() |
long |
getSize() |
Copyright © 2012–2020. All rights reserved.