Click or drag to resize
CacheFactoryGetAnyInstance Method
Gets an arbitrary open instance of Cache produced by an earlier call to [!:CacheFactory.Create].

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Cache GetAnyInstance()

Return Value

Type: Cache
Exceptions
ExceptionCondition
CacheClosedException if a cache has not been created or the only created one is closed ( [!:Cache.IsClosed] )
EntryNotFoundException if a cache with specified system not found
See Also