}
@Override
public void setConfig(IndividualCacheLoaderConfig config) {
if (!(config instanceof TupleBatchCacheLoaderConfig)) {
throw new TeiidRuntimeException("Wrong Configuration"); //$NON-NLS-1$
}
this.config = config;
TupleBatchCacheLoaderConfig bmc = (TupleBatchCacheLoaderConfig)config;
this.bufferMgr = bmc.getBufferService().getBufferManager();
super.setConfig(config);