MySQL Connector/Net
Client Class |
An interface of the client memcached protocol. This class is abstract for
implementation of the Memcached client interface see TextClient for the
text protocol version and BinaryClient for the binary protocol version.

SystemObject MySql.Data.MySqlClient.MemcachedClient
MySql.Data.MySqlClient.MemcachedBinaryClient
MySql.Data.MySqlClient.MemcachedTextClient
MySql.Data.MySqlClient.MemcachedBinaryClient
MySql.Data.MySqlClient.MemcachedTextClient
Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

The Client type exposes the following members.


Name | Description | |
---|---|---|
![]() | Add |
Adds a new key/value pair with the given TimeSpan expiration.
|
![]() | Append |
Appens the data to the existing data for the associated key.
|
![]() | Cas |
Executes the Check-and-set Memcached operation.
|
![]() | Close |
Closes the client connection.
|
![]() | Decrement |
Decrements the value associated with a key by the given amount.
|
![]() | Delete |
Removes they pair key/value given the specified key.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FlushAll |
Removes all entries from the storage, effectively invalidating the whole cache.
|
![]() | Get |
Get the key/value pair associated with a given key.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetInstance |
Factory method for creating instances of Client that implement a connection with the requested features.
The connection object returned must be explicitely opened see method Open.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Increment |
Increments the value associated with a key by the given amount.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Open |
Opens the client connection.
|
![]() | Prepend |
Prepends the data to the existing data for the associated key.
|
![]() | Replace |
Replaces the value associated with the given key with another value.
|
![]() | Set |
Set the value of a given key.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |

Name | Description | |
---|---|---|
![]() | port |
The port used by the connection.
|
![]() | server |
The server DNS or IP address used by the connection.
|
![]() | stream |
The network stream used by the connecition.
|
