ICacheListenerAfterCreate Method |
Handles the event of a new key being added to a region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid AfterCreate(
EntryEvent ev
)
Sub AfterCreate (
ev As EntryEvent
)
void AfterCreate(
EntryEvent^ ev
)
abstract AfterCreate :
ev : EntryEvent -> unit
Parameters
- ev
- Type: GemStone.GemFire.CacheEntryEvent
Denotes the event object associated with the entry creation.
Remarks
The entry did not previously exist in this region in the local cache
(even with a null value).
This function does not throw any exception.
See AlsoReference
[!:Region.Create]
[!:Region.Put]
[!:Region.Get]