Refactor internal/configuration/manager.cache
to implement configuration.SynchronousProvider
transparently
#3271
Labels
techdebt
Issue is technical debt
This will allow the
Manager
to just have a single fieldprovider configuration.SynchronousProvider
which will be either the caching wrapper around anAsynchronousProvider
, or a directSynchronousProvider
, removing a lot of logic.The text was updated successfully, but these errors were encountered: