Hibernate - Knowing when hitting database vs cache

Posted by Marty Pitt on Stack Overflow See other posts from Stack Overflow or by Marty Pitt
Published on 2010-02-19T03:23:31Z Indexed on 2010/05/02 16:57 UTC
Read the original article Hit count: 141

Filed under:
|
|

Given all the smarts around Hibernate and it's various caching strategies, how do I know if a certain operation is resulting in a physical database hit, or coming from the cache?

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate