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