5 references to AddToCache
System.Web.Services (5)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
243AddToCache(typeof(DiscoveryServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
124AddToCache(typeof(DocumentationServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
154AddToCache(typeof(HttpServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);
System\Web\Services\Protocols\ServerProtocol.cs (1)
227this.AddToCache(protocolType, serverType, value, false);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
319AddToCache(typeof(SoapServerProtocol), Type, serverType, excludeSchemeHostPortFromCachingKey);