public static class ListCaches.CacheInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
averageGet |
ListCaches.EntriesInfo |
entries |
ListCaches.HitRatioInfo |
hitRatio |
String |
name |
ListCaches.CacheType |
type |
public String name
public ListCaches.CacheType type
public ListCaches.EntriesInfo entries
public String averageGet
public ListCaches.HitRatioInfo hitRatio
public CacheInfo(com.google.common.cache.Cache<?,?> cache)
public CacheInfo(String name, com.google.common.cache.Cache<?,?> cache)