ICacheListener Methods |
The ICacheListener type exposes the following members.
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.
|
![]() | AfterRegionClear |
Handles the event of a region being cleared.
|
![]() | AfterRegionDestroy |
Handles the event of a region being destroyed.
|
![]() | AfterRegionDisconnected | |
![]() | 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.
|