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