CacheFactoryCreateCacheFactory Method (PropertiesString, String) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static CacheFactory CreateCacheFactory(
Properties<string, string> dsProps
)
Public Shared Function CreateCacheFactory (
dsProps As Properties(Of String, String)
) As CacheFactory
public:
static CacheFactory^ CreateCacheFactory(
Properties<String^, String^>^ dsProps
)
static member CreateCacheFactory :
dsProps : Properties<string, string> -> CacheFactory
Parameters
- dsProps
- Type: GemStone.GemFire.Cache.GenericPropertiesString, String
Return Value
Type:
CacheFactory
See Also