CacheFactoryVersion Property |
Returns the version of the cache implementation.
For the 1.0 release of GemFire, the string returned is 1.0.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static string Version { get; }
Public Shared ReadOnly Property Version As String
Get
public:
static property String^ Version {
String^ get ();
}
static member Version : string with get
Return Value
Type:
Stringthe version of the cache implementation as a
String
See Also