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