ServerProtocol.GetFromCache(Type, Type) 方法

定义

使用从指定的协议类型和服务器类型创建的密钥检索存储在缓存中的 Object

protected:
 System::Object ^ GetFromCache(Type ^ protocolType, Type ^ serverType);
protected object GetFromCache (Type protocolType, Type serverType);
member this.GetFromCache : Type * Type -> obj
Protected Function GetFromCache (protocolType As Type, serverType As Type) As Object

参数

protocolType
Type

用于创建密钥的 Type,将使用该密钥从缓存检索 value

serverType
Type

用于创建密钥的 Type,将使用该密钥从缓存检索 value

返回

Object

使用从 protocolTypeserverType 创建的密钥存储在缓存中的 Object

适用于