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