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)
143
entry.
_cache
._logger.LogError(e, "EvictionCallback invoked failed");
CacheEntry.cs (5)
195
bool trackLinkedCacheEntries =
_cache
.TrackLinkedCacheEntries;
209
_cache
.SetEntry(this);
225
_cache
.SetEntry(this);
299
entry.
_cache
.EntryExpired(entry);
339
if (
_cache
.TrackLinkedCacheEntries && Volatile.Read(ref _isDisposed))