1 write to operationPageCache
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpPage.cs (1)
41this.operationPageCache = new NameValueCache<string>();
2 references to operationPageCache
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
67string helpPage = this.operationPageCache.Lookup(requestUri.AbsoluteUri); 77this.operationPageCache.AddOrUpdate(requestUri.AbsoluteUri, helpPage);