org.hibernate.stat
Class SecondLevelCacheStatistics
java.lang.Object
org.hibernate.stat.SecondLevelCacheStatistics
- All Implemented Interfaces:
- Serializable
- public class SecondLevelCacheStatistics
- extends Object
- implements Serializable
Second level cache statistics of a specific region
- Author:
- Gavin King
- See Also:
- Serialized Form
SecondLevelCacheStatistics
public SecondLevelCacheStatistics(Cache cache)
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()