org.hibernate.stat
Interface SecondLevelCacheStatistics
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ConcurrentSecondLevelCacheStatisticsImpl
public interface SecondLevelCacheStatistics
- extends Serializable
Second level cache statistics of a specific region
getHitCount
long getHitCount()
getMissCount
long getMissCount()
getPutCount
long getPutCount()
getElementCountInMemory
long getElementCountInMemory()
getElementCountOnDisk
long getElementCountOnDisk()
getSizeInMemory
long getSizeInMemory()
getEntries
Map getEntries()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.