PropertiesInsert Method (CacheableKey, Serializable) |
Add or update Serializable value for CacheableKey.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Insert(
CacheableKey key,
Serializable value
)
Public Sub Insert (
key As CacheableKey,
value As Serializable
)
public:
void Insert(
CacheableKey^ key,
Serializable^ value
)
member Insert :
key : CacheableKey *
value : Serializable -> unit
Parameters
- key
- Type: GemStone.GemFire.CacheCacheableKey
the key to insert - value
- Type: GemStone.GemFire.CacheSerializable
the Serializable value to insert
Exceptions
See Also