This is a basic question about Hibernate Caching
, but I have to be sure before going forward. I used caching query
before in small projects, but now I am involved in a large project, so this:
In really large (national) projects, what are your suggestions on when to use query
caching in sleep mode?
Note: * Platform - Struts2, Spring3, Hibernate, Java6 WAS6 *
source
share