public class CacheStatistics extends Object
Constructor and Description |
---|
CacheStatistics() |
Modifier and Type | Method and Description |
---|---|
double |
getAverageGetTime() |
int |
getCacheHits() |
int |
getDiskStoreSize() |
int |
getEvictionCount() |
int |
getInMemoryHits() |
int |
getMemoryStoreSize() |
int |
getMisses() |
int |
getOnDiskHits() |
int |
getSize() |
String |
getStatisticsAccuracy() |
void |
setAverageGetTime(double averageGetTime) |
void |
setCacheHits(int cacheHits) |
void |
setDiskStoreSize(int diskStoreSize) |
void |
setEvictionCount(int evictionCount) |
void |
setInMemoryHits(int inMemoryHits) |
void |
setMemoryStoreSize(int memoryStoreSize) |
void |
setMisses(int misses) |
void |
setOnDiskHits(int onDiskHits) |
void |
setSize(int size) |
void |
setStatisticsAccuracy(String statisticsAccuracy) |
public CacheStatistics()
public double getAverageGetTime()
public void setAverageGetTime(double averageGetTime)
averageGetTime
- the averageGetTime to setpublic int getCacheHits()
public void setCacheHits(int cacheHits)
cacheHits
- the cacheHits to setpublic int getDiskStoreSize()
public void setDiskStoreSize(int diskStoreSize)
diskStoreSize
- the diskStoreSize to setpublic int getEvictionCount()
public void setEvictionCount(int evictionCount)
evictionCount
- the evictionCount to setpublic int getInMemoryHits()
public void setInMemoryHits(int inMemoryHits)
inMemoryHits
- the inMemoryHits to setpublic int getMemoryStoreSize()
public void setMemoryStoreSize(int memoryStoreSize)
memoryStoreSize
- the memoryStoreSize to setpublic int getMisses()
public void setMisses(int misses)
misses
- the misses to setpublic int getOnDiskHits()
public void setOnDiskHits(int onDiskHits)
onDiskHits
- the onDiskHits to setpublic int getSize()
public void setSize(int size)
size
- the size to setpublic String getStatisticsAccuracy()
public void setStatisticsAccuracy(String statisticsAccuracy)
statisticsAccuracy
- the statisticsAccuracy to setCopyright © 2015 Lucee