1 Reply Latest reply on Oct 26, 2007 6:24 AM by haribaasha

    TreeCacheMbean not part of JbossCache 2.0 ??

    haribaasha

      Hi
      i have been using JbossCache using the MBeanserver locator. i am in the process of upgrading to jboss cache 2.0 and cant find TreeCacheMBean ?

      MBeanServer server = MBeanServerLocator.locate();
      tree = (TreeCacheMBean) MBeanProxyExt.create(TreeCacheMBean.class, "jboss.cache:service=TreeCache", server);

      i used tree.put and tree.get to put and retrieve from cache.

      Any alternatives to this in 2.0 ?