ICacheWriter Methods |
The ICacheWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeforeCreate |
Called before an entry is created. Entry creation is initiated by a
Create, a Put, or a Get.
|
![]() | BeforeDestroy |
Called before an entry is destroyed.
|
![]() | BeforeRegionClear |
Called before this region is cleared.
|
![]() | BeforeRegionDestroy |
Called before this region is destroyed.
|
![]() | BeforeUpdate |
Called before an entry is updated. The entry update is initiated by a
Put or a Get that causes the loader to update an existing entry.
|
![]() | Close |
Called when the region containing this callback is destroyed, when
the cache is closed.
|