2 writes to _options
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.StampedeStateT.cs (2)
41_options = options; 58_options = options;
3 references to _options
Microsoft.Extensions.Caching.Hybrid (3)
Internal\DefaultHybridCache.StampedeStateT.cs (3)
95await Cache.SetL2Async(Key.Key, in buffer, _options, SharedToken).ConfigureAwait(false); 104await Cache.SetL2Async(Key.Key, in buffer, _options, SharedToken).ConfigureAwait(false); 150Cache.SetL1(Key.Key, value, _options); // we can do this without a TCS, for SetValue