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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheFactory CreateCacheFactory(
Properties dsProps
)
Public Shared Function CreateCacheFactory (
dsProps As Properties
) As CacheFactory
public:
static CacheFactory^ CreateCacheFactory(
Properties^ dsProps
)
static member CreateCacheFactory :
dsProps : Properties -> CacheFactory
Parameters
- dsProps
- Type: GemStone.GemFire.CacheProperties
Properties which are applicable at client level.
Return Value
Type:
CacheFactory
See Also