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