Microsoft.Extensions.Options.OptionsCache<TOptions>
Caches TOptions instances.
public OptionsCache()
Clears all options instances from the cache.
Gets a named options instance, or adds a new instance created with createOptions.
Tries to adds a new option to the cache.
Tries to remove an options instance.