1 write to _cache
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
39
_cache
= cache;
3 references to _cache
System.Runtime.Caching (3)
System\Runtime\Caching\MemoryCacheStore.cs (3)
117
entry.Release(
_cache
, reason);
215
toBeReleasedEntry?.Release(
_cache
, CacheEntryRemovedReason.Expired);
371
existingEntry?.Release(
_cache
, reason);