1 write to _cache
System.Runtime.Caching (1)
System\Caching\MemoryCacheStore.cs (1)
29
_cache
= cache;
3 references to _cache
System.Runtime.Caching (3)
System\Caching\MemoryCacheStore.cs (3)
95
entry.Release(
_cache
, reason);
180
toBeReleasedEntry.Release(
_cache
, CacheEntryRemovedReason.Expired);
311
existingEntry.Release(
_cache
, reason);