Login
From:
winterbe
(Uncensored)
subscribe
How to log Hibernate Cache Hits
https://winterbe.com/posts/2009/10/01/how-to-log-hibernate-cache-this/
links
backlinks
Roast topics
Find topics
Find it!
Hibernate enables you to improve the performance of your application by using second-level caching. What does this mean? The second-level cache is capable of caching hibernate entities even when the hibernate session closes.