Package org.hibernate.cache.spi
Interface ExtendedStatisticsSupport
public interface ExtendedStatisticsSupport
Optional contract for a
Region
defining support for extra statistic information.-
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
-
Method Details
-
getElementCountInMemory
long getElementCountInMemory() -
getElementCountOnDisk
long getElementCountOnDisk() -
getSizeInMemory
long getSizeInMemory()
-