Click or drag to resize
CacheFactoryCreateCacheFactory Method (Properties)
A factory class that must be used to obtain instance of Cache. This should be called once. Using this one can set default values of [!:Pool].

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static CacheFactory CreateCacheFactory(
	Properties dsProps
)

Parameters

dsProps
Type: GemStone.GemFire.CacheProperties
Properties which are applicable at client level.

Return Value

Type: CacheFactory
See Also