Click or drag to resize
ICacheListener Methods

The ICacheListener type exposes the following members.

Methods
  NameDescription
Public methodAfterCreate
Handles the event of a new key being added to a region.
Public methodAfterDestroy
Handles the event of an entry being destroyed.
Public methodAfterInvalidate
Handles the event of an entry's value being invalidated.
Public methodAfterRegionClear
Handles the event of a region being cleared.
Public methodAfterRegionDestroy
Handles the event of a region being destroyed.
Public methodAfterRegionDisconnected
Public methodAfterRegionInvalidate
Handles the event of a region being invalidated.
Public methodAfterRegionLive
Handles the event of a region going live.
Public methodAfterUpdate
Handles the event of an entry's value being modified in a region.
Public methodClose
Called when the region containing this callback is destroyed, when the cache is closed.
Top
See Also