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