2 writes to _store
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (2)
EndToEndBenchmarks.cs (2)
43
_store
= null!;
51
_store
= new DummyStore(Key);
4 references to _store
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (4)
EndToEndBenchmarks.cs (4)
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);