2 references to StampedeState
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.Stampede.cs (1)
31
stampedeState = new
StampedeState
<TState, T>(this, stampedeKey, TagSet.Create(tags), canBeCanceled);
Microsoft.Extensions.Caching.Hybrid.Tests (1)
StampedeTests.cs (1)
76
var state = new DefaultHybridCache.
StampedeState
<string, string>(cache, in key, TagSet.Empty, true);