System\Caching\MemoryCache.cs (3)
595store.Set(cacheKey, new MemoryCacheEntry(key, value, absExp, slidingExp, priority, changeMonitors, removedCallback, this));
638store.Set(cacheKey, cacheEntry);
659sentinelStore.Set(sentinelCacheKey, sentinelCacheEntry);