PropertyConfigurator config=new PropertyConfigurator();
config.configure(cache, "META-INF/invalidationSync-service.xml");
cache.setCacheMode(TreeCache.INVALIDATION_SYNC);
cache.setUseInterceptorMbeans(true);
cache.setClusterName(clusterName);
cache.createService();
cache.startService();
return cache;
}
private InvalidationInterceptor getInvalidationInterceptor(TreeCache cache)