Click or drag to resize
PropertiesInsert Method (ICacheableKey, IGFSerializable)
Add or update IGFSerializable value for ICacheableKey.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Insert(
	ICacheableKey key,
	IGFSerializable value
)

Parameters

key
Type: GemStone.GemFire.CacheICacheableKey
the key to insert
value
Type: GemStone.GemFire.CacheIGFSerializable
the IGFSerializable value to insert
Exceptions
ExceptionCondition
NullPointerException if the key is null
See Also