MemcacheSet Method (String, Object) |
Stores data on the server; only the key and the value are specified.
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool Set(
string key,
Object value
)
Public Function Set (
key As String,
value As Object
) As Boolean
public:
bool Set(
String^ key,
Object^ value
)
member Set :
key : string *
value : Object -> bool
Parameters
- key
- Type: SystemString
key to store data under - value
- Type: SystemObject
value to store
Return Value
Type:
Booleantrue, if the data was successfully stored
See Also