public class CacheInformation
extends java.lang.Object
Constructor and Description |
---|
CacheInformation() |
Modifier and Type | Method and Description |
---|---|
CacheType |
getCacheType() |
long |
getElementCount() |
long |
getHitCount() |
double |
getHitRatio() |
long |
getRequestCount() |
void |
setCacheType(CacheType cacheType) |
void |
setElementCount(long elementCount) |
void |
setHitCount(long hitCount) |
void |
setHitRatio(double hitRatio) |
void |
setRequestCount(long requestCount) |
public CacheType getCacheType()
public void setCacheType(CacheType cacheType)
public long getElementCount()
public void setElementCount(long elementCount)
public long getRequestCount()
public void setRequestCount(long requestCount)
public long getHitCount()
public void setHitCount(long hitCount)
public double getHitRatio()
public void setHitRatio(double hitRatio)