There was an error while loading. Please reload this page.
1 parent 3099ce6 commit 622b7d3Copy full SHA for 622b7d3
src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs
@@ -23,7 +23,7 @@ public class MemoryCache : IMemoryCache
23
private readonly ConcurrentDictionary<object, CacheEntry> _entries;
24
private long _cacheSize;
25
private bool _disposed;
26
- private ILogger _logger;
+ private readonly ILogger _logger;
27
28
// We store the delegates locally to prevent allocations
29
// every time a new CacheEntry is created.
0 commit comments