MemcacheDelete Method (String) |
Deletes an object from cache given cache key.
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool Delete(
string key
)
Public Function Delete (
key As String
) As Boolean
public:
bool Delete(
String^ key
)
member Delete :
key : string -> bool
Parameters
- key
- Type: SystemString
the key to be removed
Return Value
Type:
Booleantrue, if the data was deleted successfully
See Also