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

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

Parameters

key
Type: SystemString
key to store data under
value
Type: SystemObject
value to store
expiry
Type: SystemDateTime
when to expire the record

Return Value

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