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)
135
entry.
_cache
._logger.LogError(e, "EvictionCallback invoked failed");
CacheEntry.cs (4)
191
if (
_cache
.TrackLinkedCacheEntries)
197
_cache
.SetEntry(this);
212
_cache
.SetEntry(this);
283
entry.
_cache
.EntryExpired(entry);