1 write to _cache
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
43_cache = memoryCache;
5 references to _cache
Microsoft.Extensions.Caching.Memory (5)
CacheEntry.CacheEntryTokens.cs (1)
135entry._cache._logger.LogError(e, "EvictionCallback invoked failed");
CacheEntry.cs (4)
190if (_cache.TrackLinkedCacheEntries) 196_cache.SetEntry(this); 211_cache.SetEntry(this); 285entry._cache.EntryExpired(entry);