







The Client type exposes the following members.
Methods
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 | (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 a hash function for a particular type. (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.) |