org.hibernate.stat
Interface SecondLevelCacheStatistics
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ConcurrentSecondLevelCacheStatisticsImpl, SecondLevelCacheStatisticsImpl
public interface SecondLevelCacheStatistics
- extends java.io.Serializable
Second level cache statistics of a specific region
- Author:
- Gavin King, Alex Snaps
getHitCount
long getHitCount()
getMissCount
long getMissCount()
getPutCount
long getPutCount()
getElementCountInMemory
long getElementCountInMemory()
getElementCountOnDisk
long getElementCountOnDisk()
getSizeInMemory
long getSizeInMemory()
getEntries
java.util.Map getEntries()
Copyright © 2013. All Rights Reserved.