[jboss-user] [JBossCache] - Re: use of org.hibernate.cache.UpdateTimestamp

bstansberry@jboss.com do-not-reply at jboss.com
Mon Apr 9 12:22:59 EDT 2007


It's not needed by JBoss Cache per se, it's needed by Hibernate.  Briefly mentioned in the Hibernate docs at http://www.hibernate.org/hib_docs/v3/reference/en/html/performance.html#performance-querycache.

Basically, Hibernate tracks the update timestamp for an entity type so it can know if any cached query results may have been invalidated due to a change in the queried entities.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035757#4035757

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035757



More information about the jboss-user mailing list