1 write to _cache
Microsoft.Extensions.Options (1)
OptionsMonitor.cs (1)
34
_cache
= cache;
3 references to _cache
Microsoft.Extensions.Options (3)
OptionsMonitor.cs (3)
67
_cache
.TryRemove(name);
91
if (
_cache
is not OptionsCache<TOptions> optionsCache)
96
return
_cache
.GetOrAdd(localName, () => localFactory.Create(localName));