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