Handles the event of an entry's value being invalidated.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
void AfterInvalidate( EntryEvent ev ) |
| Visual Basic (Declaration) |
|---|
Sub AfterInvalidate ( _ ev As EntryEvent _ ) |
| Visual C++ |
|---|
void AfterInvalidate ( EntryEvent^ ev ) |
Parameters
- ev
- EntryEvent
EntryEvent denotes the event object associated with the entry invalidation.
See Also
ICacheListener Interface
GemStone.GemFire.Cache Namespace