Click or drag to resize
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.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static string Version { get; }

Return Value

Type: String
the version of the cache implementation as a String
See Also