1 write to Log
Microsoft.Extensions.Caching.Hybrid.Tests (1)
DistributedCacheTests.cs (1)
22Log = log;
22 references to Log
Microsoft.Extensions.Caching.Hybrid.Tests (22)
DistributedCacheTests.cs (16)
63Log.WriteLine("Cache is not available"); 78Log.WriteLine("Data validated"); 91Log.WriteLine("Expiration validated"); 95Log.WriteLine("Expiration not validated - TimeProvider not supported"); 109Log.WriteLine("Cache is not available"); 124Log.WriteLine("Data validated"); 137Log.WriteLine("Expiration validated"); 141Log.WriteLine("Expiration not validated - TimeProvider not supported"); 175Log.WriteLine("Cache is not available or does not support IBufferDistributedCache"); 192Log.WriteLine("Data validated"); 205Log.WriteLine("Expiration validated"); 209Log.WriteLine("Expiration not validated - TimeProvider not supported"); 237Log.WriteLine("Cache is not available or does not support IBufferDistributedCache"); 254Log.WriteLine("Data validated"); 267Log.WriteLine("Expiration validated"); 271Log.WriteLine("Expiration not validated - TimeProvider not supported");
RedisTests.cs (5)
28Log.WriteLine("Redis is not available"); 32Log.WriteLine("Redis is available"); 53Log.WriteLine("Backend cache not available; inconclusive"); 65Log.WriteLine($"features: {cache.GetFeatures()}"); 87Log.WriteLine($"ttl: {ttl}");
SqlServerTests.cs (1)
47Log.WriteLine(ex.Message);