}
@Override
public void start() throws CacheLoaderException {
super.start();
ConnectionFactoryConfig factoryConfig = config.getConnectionFactoryConfig();
sharedConnectionFactory = ConnectionFactory.getConnectionFactory(factoryConfig.getConnectionFactoryClass());
sharedConnectionFactory.start(factoryConfig);
binaryCacheStore.start();
binaryCacheStore.doConnectionFactoryInitialization(sharedConnectionFactory);
stringBasedCacheStore.start();
stringBasedCacheStore.doConnectionFactoryInitialization(sharedConnectionFactory);