MySQL Connector/Net
ClientDelete Method |
Removes they pair key/value given the specified key.
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public abstract void Delete( string key )
Public MustOverride Sub Delete ( key As String )
public: virtual void Delete( String^ key ) abstract
abstract Delete : key : string -> unit
Parameters
- key
- Type: SystemString
