ServerProtocol::AddToCache Method (Type^, Type^, Object^)
.NET Framework (current version)
Stores a Object in the cache using a key that is created from the specified protocol type and server type.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- protocolType
-
Type:
System::Type^
A Type that is used to create the key to store value in the cache.
- serverType
-
Type:
System::Type^
A Type that is used to create the key to store value in the cache.
- value
-
Type:
System::Object^
The Object to be stored in the cache.
.NET Framework
Available since 2.0
Available since 2.0
Show: