3 references to AddOrGetExistingInternal
System.Runtime.Caching (3)
System\Runtime\Caching\MemoryCache.cs (3)
582
return
AddOrGetExistingInternal
(key, value, policy);
592
return new CacheItem(item.Key,
AddOrGetExistingInternal
(item.Key, item.Value, policy));
601
return
AddOrGetExistingInternal
(key, value, policy);