4 references to FixedKey
Microsoft.Extensions.Caching.MicroBenchmarks (4)
DistributedCacheBenchmarks.cs (4)
177
total += _backend.Get(
FixedKey
())?.Length ?? 0;
185
Func<Task<byte[]?>> callback = () => _backend.GetAsync(
FixedKey
());
204
total += (await _backend.GetAsync(
FixedKey
()))?.Length ?? 0;
212
Func<Task<byte[]?>> callback = () => _backend.GetAsync(
FixedKey
());