- Issue created by @jsacksick
- Merge request !245Issue #3533739 by jsacksick: Implement static caching around SchedulerManager::getPlugins(). → (Open) created by jsacksick
- 🇮🇱Israel jsacksick
Currently, when a provider is passed, the persistent cache is bypassed. With this change, we always use the static cache if present, then fallback to the persistent cache. The provider filtering is done after the fact. I think this makes more sense than bypassing the persistent cache entirely when a $provider is passed.