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