cache_.startService();
// cache1_.startService();
// cache2 doesn't have eviction policy
cache2_ = new TreeCache();
PropertyConfigurator config = new PropertyConfigurator();
config.configure(cache2_, "META-INF/replSync-service.xml"); // read in generic local xml
cache2_.setTransactionManagerLookupClass("org.jboss.cache.DummyTransactionManagerLookup");
cache2_.startService();
wakeupIntervalMillis_ = cache_.getEvictionThreadWakeupIntervalSeconds() *1000;
log("wakeupInterval is " +wakeupIntervalMillis_);