12 references to Log
Microsoft.Extensions.Caching.Hybrid.Tests (12)
L2Tests.cs (12)
168Log.WriteLine($"Set (ROS-byte): {key}"); 175Log.WriteLine($"SetAsync (ROS-byte): {key}"); 182Log.WriteLine($"TryGet: {key}"); 196Log.WriteLine($"TryGetAsync: {key}"); 220Log.WriteLine($"Get: {key}"); 227Log.WriteLine($"GetAsync: {key}"); 234Log.WriteLine($"Refresh: {key}"); 241Log.WriteLine($"RefreshAsync: {key}"); 248Log.WriteLine($"Remove: {key}"); 255Log.WriteLine($"RemoveAsync: {key}"); 262Log.WriteLine($"Set (byte[]): {key} (expiry: {options.AbsoluteExpirationRelativeToNow})"); 269Log.WriteLine($"SetAsync (byte[]): {key} (expiry: {options.AbsoluteExpirationRelativeToNow})");