decayInterval = 300000L;
log.warn("option.msgid.decayInterval is very small, increasing to " + decayInterval);
}
assocCache = new TreeMap();
idMap = new HashMap();
BackingStoreFactory backStoreFactory = new MemoryBackingStore();
backStoreFactory.init(conf, "memory");
AssociationBackingStore backStore1 = backStoreFactory.createAssociationBackingStore();
backStore1.loadAllAssociations(this);
backStore = backStore1;
}