3 references to Set
System.Runtime.Caching (3)
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);