anonymous wrote : | In 2.0 we are going to change the JBossCache API won't even expose the Node object so people won't be tempted to bypass the cache. |
This is not actually true at all. We're changing it so that the Node becomes a top level construct, and the Cache is just a wrapper around the root Node. All listeners, interceptors, etc. will intercept calls on the Node. The reason for doing this is that it leads to a far cleaner object model, and allows for each Node to act independently of the overall Cache - a bit like a JNDI context. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHabanero for more info. Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948748#3948748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948748 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
