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