[Java programming language only]

Retrieving a ObjectGrid instance with the ObjectGridManager interface

Use the ObjectGridManager.getObjectGrid methods to retrieve cached instances.

Retrieving a cached instance

Since the Employees ObjectGrid instance was cached by the ObjectGridManager interface, another user can access it with the following code snippet:
ObjectGrid myEmployees = oGridManager.getObjectGrid("Employees");

The following two getObjectGrid methods return cached ObjectGrid instances:

Note: You can also use the getObjectGrid method to connect to a distributed grid. See Connecting to distributed ObjectGrid instances programmatically for more information.