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