I think that is something we need to analyse in the interceptors and see if that can be
done away with. No real reason to do a read here. From the cache loader javadoc for the
put(Fqn, Map) method:
"javadoc" wrote :
| Puts all entries of the map into the existing map of the given node, overwriting
existing keys, but not clearing the existing map before insertion.
|
So this is all that should be done in the case of Cache.put(Fqn, Map).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156930#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...