1 write to _cache
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.cs (1)
44_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)
191if (_cache.TrackLinkedCacheEntries) 197_cache.SetEntry(this); 212_cache.SetEntry(this); 283entry._cache.EntryExpired(entry);