Package org.hibernate.cache.spi
Interface ExtendedStatisticsSupport
-
public interface ExtendedStatisticsSupport
Optional contract for aRegion
defining support for extra statistic information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getElementCountInMemory()
long
getElementCountOnDisk()
long
getSizeInMemory()
-