Evicting the Hibernate Query Cache With Spring
Posted by Timothy Myer on Tuesday, May 26th, 2009This tutorial builds on the example presented in a previous tutorial. Here we will explore the difference between the Hibernate second-level cache and the standard query cache and how the two can be used in conjunction to reduce the number of database transactions in an application.
[View Post]