3 writes to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid.Tests (3)
ServiceConstructionTests.cs (1)
40
options.
MaximumKeyLength
= 937;
SizeTests.cs (2)
38
options.
MaximumKeyLength
= maximumKeyLength.GetValueOrDefault();
107
options.
MaximumKeyLength
= maximumKeyLength.GetValueOrDefault();
4 references to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.cs (1)
104
_maximumKeyLength = _options.
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
);