1 write to Value
System.Runtime.Caching (1)
System\Caching\CacheItem.cs (1)
20
Value
= value;
5 references to Value
System.Runtime.Caching (5)
System\Caching\MemoryCache.cs (5)
100
SentinelEntry entry = arguments.CacheItem.
Value
as SentinelEntry;
125
Object expensiveObject = (args.UpdatedCacheItem != null) ? args.UpdatedCacheItem.
Value
: null;
502
return (existingEntry == null || existingEntry.
Value
== null);
519
return new CacheItem(item.Key, AddOrGetExistingInternal(item.Key, item.
Value
, policy));
555
Set(item.Key, item.
Value
, policy);