Class ListCaches.CacheInfo
- java.lang.Object
-
- com.google.gerrit.server.restapi.config.ListCaches.CacheInfo
-
- Enclosing class:
- ListCaches
public static class ListCaches.CacheInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
averageGet
ListCaches.EntriesInfo
entries
ListCaches.HitRatioInfo
hitRatio
String
name
ListCaches.CacheType
type
-
-
-
Field Detail
-
name
public String name
-
type
public ListCaches.CacheType type
-
entries
public ListCaches.EntriesInfo entries
-
averageGet
public String averageGet
-
hitRatio
public ListCaches.HitRatioInfo hitRatio
-
-
Constructor Detail
-
CacheInfo
public CacheInfo(com.google.common.cache.Cache<?,?> cache)
-
CacheInfo
public CacheInfo(String name, com.google.common.cache.Cache<?,?> cache)
-
-