MemcacheAdd Method (String, Object) |
Adds data to the server; only the key and the value are specified.
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool Add(
string key,
Object value
)
Public Function Add (
key As String,
value As Object
) As Boolean
public:
bool Add(
String^ key,
Object^ value
)
member Add :
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