Reputation: 2224
So I have found sessionFactory.getStatistics() and I can use it for viewing hit and miss counts. But is there an easy way to view what values are actually in the second level cache of hibernate?
Upvotes: 0
Views: 133
Reputation: 19020
For Ehcache, you can use Ehcache Monitor or JMX
Upvotes: 1