1 write to _cache
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
43_cache = memoryCache;
6 references to _cache
Microsoft.Extensions.Caching.Memory (6)
CacheEntry.CacheEntryTokens.cs (1)
143entry._cache._logger.LogError(e, "EvictionCallback invoked failed");
CacheEntry.cs (5)
195bool trackLinkedCacheEntries = _cache.TrackLinkedCacheEntries; 209_cache.SetEntry(this); 225_cache.SetEntry(this); 299entry._cache.EntryExpired(entry); 339if (_cache.TrackLinkedCacheEntries && Volatile.Read(ref _isDisposed))