Package com.exedio.cope
Class QueryCacheInfo
- java.lang.Object
-
- com.exedio.cope.QueryCacheInfo
-
public final class QueryCacheInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
long
getConcurrentLoads()
long
getHits()
long
getInvalidations()
int
getLevel()
long
getMisses()
long
getReplacements()
long
getStampsHits()
long
getStampsPurged()
int
getStampsSize()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getHits
public long getHits()
-
getMisses
public long getMisses()
-
getReplacements
public long getReplacements()
-
getInvalidations
public long getInvalidations()
-
getConcurrentLoads
public long getConcurrentLoads()
-
getStampsSize
public int getStampsSize()
-
getStampsHits
public long getStampsHits()
-
getStampsPurged
public long getStampsPurged()
-
getLevel
public int getLevel()
-
-