Syntax
| C# |
|---|
public interface ICacheWriter |
| Visual Basic (Declaration) |
|---|
Public Interface ICacheWriter |
| Visual C++ |
|---|
public interface class ICacheWriter |
The type exposes the following members.
Public Methods
| 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.
| |
| 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.
|
See Also
GemStone.GemFire.Cache Namespace