CacheFactoryCreateCacheFactory Method |
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()
Public Shared Function CreateCacheFactory As CacheFactory
public:
static CacheFactory^ CreateCacheFactory()
static member CreateCacheFactory : unit -> CacheFactory
Return Value
Type:
CacheFactory
See Also