1 write to Key
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
EndToEndBenchmarks.cs (1)
50
Key
= Guid.NewGuid().ToString();
6 references to Key
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (6)
EndToEndBenchmarks.cs (6)
51
_store = new DummyStore(
Key
);
65
_headers.RequestId =
Key
;
130
await OutputCacheEntryFormatter.StoreAsync(
Key
, entry, _tags, _options.DefaultExpirationTimeSpan, _store, NullLogger.Instance, CancellationToken.None);
146
await OutputCacheEntryFormatter.StoreAsync(
Key
, entry, _tags, _options.DefaultExpirationTimeSpan, _store, NullLogger.Instance, CancellationToken.None);
163
await OutputCacheEntryFormatter.StoreAsync(
Key
, entry, _tags, _options.DefaultExpirationTimeSpan, _store, NullLogger.Instance, CancellationToken.None);
174
var entry = await OutputCacheEntryFormatter.GetAsync(
Key
, _store, CancellationToken.None);