| 350 | } |
| 351 | |
| 352 | BackendConfig* Executor::RuntimeManager::getBnConfig() { |
| 353 | if (mInside->mContent->mUserConfig) { |
| 354 | return &mInside->mContent->mConfig; |
| 355 | } |
| 356 | return nullptr; |
| 357 | } |
| 358 | |
| 359 | |
| 360 | void Executor::RuntimeManager::setCache(std::string cacheName) { |