12 references to Log
Microsoft.Extensions.Caching.Hybrid.Tests (12)
L2Tests.cs (12)
167Log.WriteLine($"Set (ROS-byte): {key}"); 174Log.WriteLine($"SetAsync (ROS-byte): {key}"); 181Log.WriteLine($"TryGet: {key}"); 195Log.WriteLine($"TryGetAsync: {key}"); 219Log.WriteLine($"Get: {key}"); 226Log.WriteLine($"GetAsync: {key}"); 233Log.WriteLine($"Refresh: {key}"); 240Log.WriteLine($"RefreshAsync: {key}"); 247Log.WriteLine($"Remove: {key}"); 254Log.WriteLine($"RemoveAsync: {key}"); 261Log.WriteLine($"Set (byte[]): {key} (expiry: {options.AbsoluteExpirationRelativeToNow})"); 268Log.WriteLine($"SetAsync (byte[]): {key} (expiry: {options.AbsoluteExpirationRelativeToNow})");