[jboss-dev-forums] [Design of JBossCache] - Re: ClusteredCacheLoader should be configured as shared?
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Jun 6 11:27:31 EDT 2007
Interestingly enough, the put() method in CCL checks for the origin of the method call and only does a clusterwide get() if the origin is local. remove() ought to do the same.
Regarding both though, the CCL could peek() into the cache and see if the value exists locally first. The network call is unnecesary and inefficient.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051780#4051780
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051780
More information about the jboss-dev-forums
mailing list