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