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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to