| MemcacheDecrement Method |
| Name | Description | |
|---|---|---|
| Decrement(String) |
Decrement the value at the specified key by 1, and then return it.
| |
| Decrement(String, Int64) |
Decrement the value at the specified key by passed in value, and then return it.
|