7 references to MemoryCacheKey
System.Runtime.Caching (7)
System\Caching\MemoryCache.cs (6)
361MemoryCacheKey cacheKey = new MemoryCacheKey(key); 439MemoryCacheKey cacheKey = new MemoryCacheKey(key); 465MemoryCacheKey cacheKey = new MemoryCacheKey(key); 593MemoryCacheKey cacheKey = new MemoryCacheKey(key); 628MemoryCacheKey cacheKey = new MemoryCacheKey(key); 649MemoryCacheKey sentinelCacheKey = new MemoryCacheKey("OnUpdateSentinel" + key);
System\Caching\MemoryCacheEntry.cs (1)
99MemoryCache cache) : base(key) {