Microsoft.Extensions.Options.IOptionsMonitorCache<TOptions>
Used by IOptionsMonitor<T> to cache TOptions instances.
void Clear()
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.