}
// Get a DataCacheManager instance up front to avoid threading concerns on first call.
// _conf.getDataCacheManagerInstance();
InstrumentationManager imgr = _conf.getInstrumentationManagerInstance();
if (imgr != null) {
// Start all factory level instrumentation
imgr.start(InstrumentationLevel.FACTORY, this);
}
}