[jboss-user] [JBossCache] - Re: Single Node with multiple data items vs Multiple Nodes w

genman do-not-reply at jboss.com
Fri Oct 27 12:22:05 EDT 2006


JBossCache stores all entries belonging to a FQN into a single node in BDBJE. (Personally, I don't agree with that approach as some people might prefer to store large values under a single FQN.) However, your application can be easily changed. Instead of 

cache.put(fqn, key, value);

do

cache.put(new Fqn(fqn, key), key2, value);

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981354#3981354

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981354



More information about the jboss-user mailing list