4 references to Key
Microsoft.Extensions.Caching.Hybrid (4)
Internal\DefaultHybridCache.Stampede.cs (1)
79ThrowWrongType(stampedeKey.Key, found.Type, typeof(T));
Internal\DefaultHybridCache.StampedeStateT.cs (3)
169var result = await Cache.GetFromL2Async(Key.Key, SharedToken).ConfigureAwait(false); 231await Cache.SetL2Async(Key.Key, in buffer, _options, SharedToken).ConfigureAwait(false); 362Cache.SetL1(Key.Key, value, _options); // we can do this without a TCS, for SetValue