Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.SecondLevelCacheStatistics
public class SecondLevelCacheStatistics
extends CategorizedStatistics
Method Summary | |
long | |
long | |
Map | |
long | |
long | |
long | |
long | |
String |
|
Methods inherited from class org.hibernate.stat.CategorizedStatistics | |
getCategoryName |
public long getElementCountInMemory()
public long getElementCountOnDisk()
public Map getEntries()
public long getHitCount()
public long getMissCount()
public long getPutCount()
public long getSizeInMemory()
public String toString()