2 references to ExecuteDirectAsync
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.cs (2)
168
_ = stampede.
ExecuteDirectAsync
(in state, underlyingDataCallback, options); // this larger task includes L2 write etc
199
return new(state.
ExecuteDirectAsync
(value, static (state, _) => new(state), options)); // note this spans L2 write etc