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 methods.
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.
|
See Also
GemStone.GemFire.Cache Namespace