Click or drag to resize
MemcacheDecrement Method
Overload List
  NameDescription
Public methodDecrement(String)
Decrement the value at the specified key by 1, and then return it.
Public methodDecrement(String, Int64)
Decrement the value at the specified key by passed in value, and then return it.
Top
See Also