ServerProtocol.AddToCache Method (Type, Type, Object)

 

Stores a Object in the cache using a key that is created from the specified protocol type and server type.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

member AddToCache : 
        protocolType:Type *
        serverType:Type *
        value:Object -> unit

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
Return to top
Show: