The MemcachedCache type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MemcachedCache |
Methods
| Name | Description | |
|---|---|---|
| AddItem |
Adds an item into the cache, only if it does not already exist.
| |
| Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
| |
| GetItem |
Gets an item from the cache.
| |
| RemoveItem |
Removes the specified item from the cache.
| |
| SetItem |
Sets an item into the cache overwriting any existing item with the same key.
|
Properties
| Name | Description | |
|---|---|---|
| MemcachedClient |
Gets the underlying MemcachedClient | |
| SockIOPool |
Gets the underlying memcached SockIOPool instance.
|