[jboss-dev-forums] [Design of JBossCache] - Re: JBCACHE-1153 - structural nodes

manik.surtani@jboss.com do-not-reply at jboss.com
Mon Oct 22 07:12:34 EDT 2007


WRT transactions, I guess what I mean is, let's not automatically try and deduce whether a node is structural.  I.e., let's make developers explicitly make a node resident instead.  E.g.,


  | cache.put("/a/b/c", "k", "v");
  | cache.getRoot().getChild("/a").setResident(true);
  | cache.getRoot().getChild("/a/b").setResident(true);
  | 

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

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



More information about the jboss-dev-forums mailing list