Syntax
| C# |
|---|
public static class Expiration |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Expiration |
| Visual C++ |
|---|
public ref class Expiration abstract sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| IsDestroy |
Returns true if this action is distributed destroy.
| |
| IsDistributed |
Returns true if this action is distributed.
| |
| IsInvalidate |
Returns true if this action is distributed invalidate.
| |
| IsLocal |
Returns true if this action is local.
| |
| IsLocalDestroy |
Returns true if this action is local destroy.
| |
| IsLocalInvalidate |
Returns true if this action is local invalidate.
|
See Also
GemStone.GemFire.Cache Namespace