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