Click or drag to resize
MemcacheReplace Method (String, Object)
Updates data on the server; only the key and the value are specified.

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool Replace(
	string key,
	Object value
)

Parameters

key
Type: SystemString
key to store data under
value
Type: SystemObject
value to store

Return Value

Type: Boolean
true, if the data was successfully stored
See Also