设置一个对象
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Set(
string key,
Object value,
int expires
)
Public Sub Set (
key As String,
value As Object,
expires As Integer
)
public:
virtual void Set(
String^ key,
Object^ value,
int expires
) sealed
abstract Set :
key : string *
value : Object *
expires : int -> unit
override Set :
key : string *
value : Object *
expires : int -> unit
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.MemcachePool.Set(System.String,System.Object,System.Int32)"]
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:Adf.MemcachePool.Set(System.String,System.Object,System.Int32)"]
- expires
- Type: SystemInt32
[Missing <param name="expires"/> documentation for "M:Adf.MemcachePool.Set(System.String,System.Object,System.Int32)"]
Implements
ICacheSet(String, Object, Int32)See Also