[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 07:07:18 EDT 2007
Minor problem is a bug. CCL should not deal with writes. Write methods should be no-ops.
Major problem too is a bug - even if the remove() does have to return the old value, the propagated call should be a get() to retrieve the old value, not a remove().
A valid workaround for both should be to set ignoreModifications to true.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051663#4051663
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051663
More information about the jboss-dev-forums
mailing list