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