public static class ListCaches.CacheInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
averageGet |
ListCaches.EntriesInfo |
entries |
ListCaches.HitRatioInfo |
hitRatio |
java.lang.String |
name |
ListCaches.CacheType |
type |
public java.lang.String name
public ListCaches.CacheType type
public ListCaches.EntriesInfo entries
public java.lang.String averageGet
public ListCaches.HitRatioInfo hitRatio