Java org.hibernate.stat SecondLevelCacheStatistics fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.stat SecondLevelCacheStatistics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.stat SecondLevelCacheStatistics.

The text is from its open source code.

Method

longgetElementCountInMemory()
The number of elements currently in memory within the cache provider.
longgetElementCountOnDisk()
The number of elements currently stored to disk within the cache provider.
MapgetEntries()
longgetHitCount()
The number of successful cache look-ups against the region since the last Statistics clearing
longgetMissCount()
The number of unsuccessful cache look-ups against the region since the last Statistics clearing
longgetPutCount()
The number of cache puts into the region since the last Statistics clearing
longgetSizeInMemory()
The size that the in-memory elements take up within the cache provider.