[jboss-dev-forums] [Design of JBossCache] - Re: JBoss Cache Public API
manik.surtani@jboss.com
do-not-reply at jboss.com
Tue Jun 10 04:45:10 EDT 2008
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#4156930
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4156930
More information about the jboss-dev-forums
mailing list