3 instantiations of DependencyCacheEntry
System.Web (3)
Cache\OutputCache.cs (3)
471HttpRuntime.Cache.InternalCache.Insert(depKey, new DependencyCacheEntry(oceKey, kernelKey, providerName), new CacheInsertOptions() { 741Object d = HttpRuntime.Cache.InternalCache.Add(depKey, new DependencyCacheEntry(fragmentKey, null, provider.Name), 862Object d = HttpRuntime.Cache.InternalCache.Add(depKey, new DependencyCacheEntry(rawResponseKey, oce.KernelCacheUrl, provider.Name),
4 references to DependencyCacheEntry
System.Web (4)
Cache\OutputCache.cs (4)
329DependencyCacheEntry dce = value as DependencyCacheEntry; 356DependencyCacheEntry dce = value as DependencyCacheEntry;