Syntax
| C# |
|---|
public sealed class Cache |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Cache |
| Visual C++ |
|---|
public ref class Cache sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| DistributedSystem |
Returns the distributed system used to
Create(String, DistributedSystem) this cache.
| |
| IsClosed |
True if this cache has been closed.
| |
| Name |
Returns the name of this cache.
|
See Also
GemStone.GemFire.Cache Namespace