Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix:
PluginVersionProvider
should cache process class (#4683)
Currently, the `PluginVersionProvider` is caching process instance, rather than class. This commit fixes the bug, meaning the cache will now work correctly. Removing the reference to the process instance also is a step towards allowing it to be garbage collected.
- Loading branch information