Syntax
| C# |
|---|
public static class CacheFactory |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class CacheFactory |
| Visual C++ |
|---|
public ref class CacheFactory abstract sealed |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| Create | Overloaded. | |
| GetAnyInstance |
Gets an arbitrary open instance of Cache produced by an
earlier call to Create(String, DistributedSystem).
| |
| GetInstance |
Gets the instance of Cache produced by an
earlier call to Create(String, DistributedSystem).
| |
| GetInstanceCloseOk |
Gets the instance of Cache produced by an
earlier call to Create(String, DistributedSystem), even if it has been closed.
|
Public Properties
| Name | Description | |
|---|---|---|
| ProductDescription |
Returns the product description string including product name and version.
| |
| Version |
Returns the version of the cache implementation.
For the 1.0 release of GemFire, the string returned is 1.0.
|
See Also
GemStone.GemFire.Cache Namespace