3 references to new
Microsoft.Extensions.Caching.Hybrid.Tests (3)
DistributedCacheTests.cs (3)
309CustomSegment first = new(10, rand, null); // we'll take the last 3 of this 10 310CustomSegment second = new(size - 7, rand, first); // we'll take all of this one 311CustomSegment third = new(10, rand, second); // we'll take the first 4 of this 10