Called before an entry is created. Entry creation is initiated by a
Create, a Put, or a Get.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
bool BeforeCreate( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Function BeforeCreate ( _ ev As EntryEvent _ ) As Boolean |
| Visual C++ |
|---|
bool BeforeCreate ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
event object associated with creating the entry
Remarks
The CacheWriter can determine whether this value comes from a
Get or not from Load. The entry being
created may already exist in the local cache where this CacheWriter
is installed, but it does not yet exist in the cache where the operation was initiated.