[jboss-user] [JBossCache] - Re: ClusteredCacheLoader + LOCAL CacheMode
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Nov 28 20:27:57 EST 2007
Perhaps run in replicated mode but for every write set a cacheModeLocal Option? E.g.:
| cache.getInvocationContext().getOptionOverrides().setCacheModeLocal(true);
| cache.put(fqn, key, value);
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108742#4108742
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108742
More information about the jboss-user
mailing list