org.hibernate.stat

Class SecondLevelCacheStatistics

Implemented Interfaces:
Serializable

public class SecondLevelCacheStatistics
extends CategorizedStatistics

Second level cache statistics of a specific region
Author:
Gavin King

Method Summary

long
getElementCountInMemory()
long
getElementCountOnDisk()
Map
getEntries()
long
getHitCount()
long
getMissCount()
long
getPutCount()
long
getSizeInMemory()
String
toString()

Methods inherited from class org.hibernate.stat.CategorizedStatistics

getCategoryName

Method Details

getElementCountInMemory

public long getElementCountInMemory()

getElementCountOnDisk

public long getElementCountOnDisk()

getEntries

public Map getEntries()

getHitCount

public long getHitCount()

getMissCount

public long getMissCount()

getPutCount

public long getPutCount()

getSizeInMemory

public long getSizeInMemory()

toString

public String toString()