10 references to Cache
Microsoft.Extensions.Caching.Hybrid (10)
Internal\DefaultHybridCache.StampedeStateT.cs (10)
169
var result = await
Cache
.GetFromL2Async(Key.Key, SharedToken).ConfigureAwait(false);
206
IHybridCacheSerializer<T> serializer =
Cache
.GetSerializer<T>();
231
await
Cache
.SetL2Async(Key.Key, in buffer, _options, SharedToken).ConfigureAwait(false);
266
Cache
.RemoveStampedeState(in Key);
276
Cache
.RemoveStampedeState(in Key);
286
IHybridCacheSerializer<T> serializer =
Cache
.GetSerializer<T>();
299
mutable.DebugOnlyTrackBuffer(
Cache
);
347
mutable.DebugOnlyTrackBuffer(
Cache
);
362
Cache
.SetL1(Key.Key, value, _options); // we can do this without a TCS, for SetValue
367
Cache
.RemoveStampedeState(in Key);