DataCache::Increment Method (String^, Int64, Int64)
Increments a long value stored in the cache.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Parameters
- key
-
Type:
System::String^
The key of the object stored in the cache. The object must be a long.
- value
-
Type:
System::Int64
The amount to increase the stored value.
- initialValue
-
Type:
System::Int64
The initial value to use if the object does not exist in the cache.
Show: