[jboss-user] [JBoss Cache: Core Edition] - Re: What's the correct way to invalidate a node in 3.x, incl
manik.surtani@jboss.com
do-not-reply at jboss.com
Tue Mar 17 07:50:38 EDT 2009
removeNode() is a clustered call and will cause removal on all instances in the cluster. It is also as efficient as an invalidate message (just sends an Fqn).
In fact, the only difference between removeNode() and invalidate is that invalidate will not affect any cache loaders configured (if any) while removeNode() will.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218588#4218588
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218588
More information about the jboss-user
mailing list