Click or drag to resize
CacheFactorySet Method
Sets a gemfire property that will be used when creating the ClientCache.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CacheFactory Set(
	string name,
	string value
)

Parameters

name
Type: SystemString
value
Type: SystemString

Return Value

Type: CacheFactory
a instance of CacheFactory
See Also