接口 SecondLevelCacheStatistics
-
- 所有超级接口:
CacheRegionStatistics,Serializable
- 所有已知实现类:
CacheRegionStatisticsImpl
@Deprecated public interface SecondLevelCacheStatistics extends CacheRegionStatistics
已过时。UseCacheRegionStatisticsinsteadCache statistics pertaining to a specific data region- 作者:
- Gavin King, Steve Ebersole
-
-
字段概要
-
从接口继承的字段 org.hibernate.stat.CacheRegionStatistics
NO_EXTENDED_STAT_SUPPORT_RETURN
-
-
方法概要
所有方法 实例方法 默认方法 已过时的方法 修饰符和类型 方法 说明 default MapgetEntries()已过时。-
从接口继承的方法 org.hibernate.stat.CacheRegionStatistics
getElementCountInMemory, getElementCountOnDisk, getHitCount, getMissCount, getPutCount, getRegionName, getSizeInMemory
-
-
-
-
方法详细资料
-
getEntries
default Map getEntries()
已过时。
-
-