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