org.hibernate.stat
Class SecondLevelCacheStatistics
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.SecondLevelCacheStatistics
- All Implemented Interfaces:
- Serializable
public class SecondLevelCacheStatistics
- extends CategorizedStatistics
Second level cache statistics of a specific region
- Author:
- Gavin King
- See Also:
- Serialized Form
getHitCount
public long getHitCount()
getMissCount
public long getMissCount()
getPutCount
public long getPutCount()
getElementCountInMemory
public long getElementCountInMemory()
getElementCountOnDisk
public long getElementCountOnDisk()
getSizeInMemory
public long getSizeInMemory()
getEntries
public Map getEntries()
toString
public String toString()
- Overrides:
toString
in class Object