RedisClientPoolGet Method (String) |
获取一个字符值
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public string Get(
string key
)
Public Function Get (
key As String
) As String
public:
virtual String^ Get(
String^ key
) sealed
abstract Get :
key : string -> string
override Get :
key : string -> string
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.RedisClientPool.Get(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.RedisClientPool.Get(System.String)"]
Implements
ICacheGet(String)See Also