CacheFactoryGetInstanceCloseOk Method |
Gets the instance of
Cache produced by an
earlier call to
[!:CacheFactory.Create], even if it has been closed.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Cache GetInstanceCloseOk(
DistributedSystem system
)
Public Shared Function GetInstanceCloseOk (
system As DistributedSystem
) As Cache
public:
static Cache^ GetInstanceCloseOk(
DistributedSystem^ system
)
static member GetInstanceCloseOk :
system : DistributedSystem -> Cache
Parameters
- system
- Type: GemStone.GemFire.CacheDistributedSystem
the DistributedSystem the cache was created with.
Return Value
Type:
Cache
the
Cache associated with the specified system.
Exceptions
See Also