3 writes to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid.Tests (3)
ServiceConstructionTests.cs (1)
40options.MaximumKeyLength = 937;
SizeTests.cs (2)
38options.MaximumKeyLength = maximumKeyLength.GetValueOrDefault(); 107options.MaximumKeyLength = maximumKeyLength.GetValueOrDefault();
2 references to MaximumKeyLength
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.cs (1)
97_maximumKeyLength = _options.MaximumKeyLength;
Microsoft.Extensions.Caching.Hybrid.Tests (1)
ServiceConstructionTests.cs (1)
46Assert.Equal(937, options.MaximumKeyLength);