RegionLocalCreate Method (ICacheableKey, Serializable) |
Namespace: GemStone.GemFire.Cache
Exception | Condition |
---|---|
IllegalArgumentException | if key is null |
EntryExistsException | if an entry with this key already exists |
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, then an EntryExistsException is thrown.
Updates the [!:CacheStatistics.LastAccessedTime] and [!:CacheStatistics.LastModifiedTime] for this region and the entry.