1 write to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid.Tests (1)
ServiceConstructionTests.cs (1)
40
options.
MaximumKeyLength
= 937;
3 references to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid.Tests (3)
ServiceConstructionTests.cs (3)
46
Assert.Equal(937, options.
MaximumKeyLength
);
64
Assert.Equal(937, options.
MaximumKeyLength
);
77
Assert.Equal(937, options.
MaximumKeyLength
);