Click or drag to resize
MemcacheDelete Method (String)
Deletes an object from cache given cache key.

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool Delete(
	string key
)

Parameters

key
Type: SystemString
the key to be removed

Return Value

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