1 implementation of IOptionsMonitorCache
Microsoft.Extensions.Options (1)
OptionsCache.cs (1)
15IOptionsMonitorCache<TOptions>
3 references to IOptionsMonitorCache
Microsoft.Extensions.Options (3)
OptionsMonitor.cs (2)
20private readonly IOptionsMonitorCache<TOptions> _cache; 31public OptionsMonitor(IOptionsFactory<TOptions> factory, IEnumerable<IOptionsChangeTokenSource<TOptions>> sources, IOptionsMonitorCache<TOptions> cache)
OptionsServiceCollectionExtensions.cs (1)
30services.TryAdd(ServiceDescriptor.Singleton(typeof(IOptionsMonitorCache<>), typeof(OptionsCache<>)));