Add or update the string value for key.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void Insert( string key, string value ) |
| Visual Basic (Declaration) |
|---|
Public Sub Insert ( _ key As String, _ value As String _ ) |
| Visual C++ |
|---|
public: void Insert ( String^ key, String^ value ) |
Parameters
- key
- String
the key to insert
- value
- String
the string value to insert
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::NullPointerException | if the key is null |
See Also
Properties Class
GemStone.GemFire.Cache Namespace