Monday
Sep262005
Hibernate And Caching
Monday, September 26, 2005 at 11:59AM
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.
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.

Reader Comments