Package org.hibernate.stat
Interface SecondLevelCacheStatistics
-
- All Superinterfaces:
CacheRegionStatistics
,java.io.Serializable
@Deprecated public interface SecondLevelCacheStatistics extends CacheRegionStatistics
Deprecated.UseCacheRegionStatistics
insteadCache statistics pertaining to a specific data region
-
-
Field Summary
-
Fields inherited from interface org.hibernate.stat.CacheRegionStatistics
NO_EXTENDED_STAT_SUPPORT_RETURN
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default java.util.Map
getEntries()
Deprecated.-
Methods inherited from interface org.hibernate.stat.CacheRegionStatistics
getElementCountInMemory, getElementCountOnDisk, getHitCount, getMissCount, getPutCount, getRegionName, getSizeInMemory
-
-