Syntax
| C# |
|---|
public interface ICacheLoader |
| Visual Basic (Declaration) |
|---|
Public Interface ICacheLoader |
| Visual C++ |
|---|
public interface class ICacheLoader |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Close |
Called when the region containing this callback is destroyed, when
the cache is closed.
| |
| Load |
Loads a value. Application writers should implement this
method to customize the loading of a value.
|
See Also
GemStone.GemFire.Cache Namespace