ServerProtocol.AddToCache(Type, Type, Object) Method

Definition

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

protected:
 void AddToCache(Type ^ protocolType, Type ^ serverType, System::Object ^ value);
protected void AddToCache (Type protocolType, Type serverType, object value);
member this.AddToCache : Type * Type * obj -> unit
Protected Sub AddToCache (protocolType As Type, serverType As Type, value As Object)

Parameters

protocolType
Type

A Type that is used to create the key to store value in the cache.

serverType
Type

A Type that is used to create the key to store value in the cache.

value
Object

The Object to be stored in the cache.

Applies to