public class

SecondLevelCacheStatisticsImpl

extends CategorizedStatistics
implements SecondLevelCacheStatistics
java.lang.Object
   ↳ org.hibernate.stat.CategorizedStatistics
     ↳ org.hibernate.stat.SecondLevelCacheStatisticsImpl

Class Overview

Second level cache statistics of a specific region

Summary

Public Methods
long getElementCountInMemory()
long getElementCountOnDisk()
Map getEntries()
long getHitCount()
long getMissCount()
long getPutCount()
long getSizeInMemory()
String toString()
[Expand]
Inherited Methods
From class org.hibernate.stat.CategorizedStatistics
From class java.lang.Object
From interface org.hibernate.stat.SecondLevelCacheStatistics

Public Methods

public long getElementCountInMemory ()

public long getElementCountOnDisk ()

public Map getEntries ()

public long getHitCount ()

public long getMissCount ()

public long getPutCount ()

public long getSizeInMemory ()

public String toString ()