class CacheStat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
ageOut |
protected int |
cleanAll |
protected int |
create |
protected long |
currentSize |
protected long[] |
data |
protected int |
findCachedHit |
protected int |
findCachedMiss |
protected int |
findFault |
protected int |
findHit |
protected int |
findMiss |
protected long |
initialSize |
protected long |
maxSize |
protected int |
remove |
Constructor and Description |
---|
CacheStat() |
Modifier and Type | Method and Description |
---|---|
long[] |
getStats() |
void |
reset() |
protected int findHit
protected int findMiss
protected int findFault
protected int findCachedHit
protected int findCachedMiss
protected int create
protected int ageOut
protected int cleanAll
protected int remove
protected long initialSize
protected long maxSize
protected long currentSize
protected long[] data