[jboss-user] [JBossCache] - Re: Need some architectural suggestion about JBoss cache

manik.surtani@jboss.com do-not-reply at jboss.com
Fri Mar 14 09:15:22 EDT 2008


Are you using something like Hibernate to store entities and run search queries?  JBoss Cache, as a 2nd level cache in Hibernate, will ensure that cached objects are up-to-date cluster-wide.

But basically, you're looking for Invalidation as a cache mode - so that changes in the cache aren't replicated; instead, stale data is invalidated.  Have a look at the JBC user guide on this.




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

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



More information about the jboss-user mailing list