RegionLocalPut Method (ICacheableKey, IGFSerializable, IGFSerializable) |
Namespace: GemStone.GemFire.Cache
public void LocalPut( ICacheableKey key, IGFSerializable value, IGFSerializable callbackArg )
Exception | Condition |
---|---|
IllegalArgumentException | if key is null |
CacheWriterException | if CacheWriter aborts the operation |
CacheListenerException | if CacheListener throws an exception |
RegionDestroyedException | if region has been destroyed |
OutOfMemoryException | if there is not enough memory for the value |
If there is already an entry associated with the specified key in this region, the entry's previous value is overwritten.
Updates the [!:CacheStatistics.LastAccessedTime] and [!:CacheStatistics.LastModifiedTime] for this region and the entry.