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