Syntax
| C# |
|---|
public interface ICacheListener |
| Visual Basic (Declaration) |
|---|
Public Interface ICacheListener |
| Visual C++ |
|---|
public interface class ICacheListener |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| AfterCreate |
Handles the event of a new key being added to a region.
| |
| AfterDestroy |
Handles the event of an entry being destroyed.
| |
| AfterInvalidate |
Handles the event of an entry's value being invalidated.
| |
| AfterRegionDestroy |
Handles the event of a region being destroyed.
| |
| AfterRegionInvalidate |
Handles the event of a region being invalidated.
| |
| AfterRegionLive |
Handles the event of a region going live.
| |
| AfterUpdate |
Handles the event of an entry's value being modified in a region.
| |
| Close |
Called when the region containing this callback is destroyed, when
the cache is closed.
|
See Also
GemStone.GemFire.Cache Namespace