Click or drag to resize
PropertiesInsert Method (ICacheableKey, Serializable)
Add or update Serializable 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,
	Serializable value
)

Parameters

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