Landister
Landister

Reputation: 2224

View what is currently in Hibernate Second Level Cache

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

Answers (1)

Ori Dar
Ori Dar

Reputation: 19020

For Ehcache, you can use Ehcache Monitor or JMX

Upvotes: 1

Related Questions