Hibernate And Caching
R.J. Lorimer put up an article today reminding Hibernate users that caching doesn’t ‘just work’. The article gives some insight into Hibernate’s second-level and query caches.
The real lesson here is to read the caching section of Hibernate’s documentation.
My latest project uses Hibernate but has completely avoided the cache. I plan on integrating it later, when I get to see where the bottlenecks are. No reason to optimize early.

Comments (No comments)
There are no comments for this post so far.
Post a comment