Object cache instance collection

Use this page to configure and manage object cache instances, which in addition to the default shared dynamic cache, can store, distribute, and share data for Java™ Platform, Enterprise Edition (Java EE) applications. Use cache instances to give applications better flexibility and tuning of the cache resources.

To view this administrative console page, click Resources > Cache instances > Object cache instances.

Use the DistributedObjectCache programming interface to access the cache instances. For more information about the DistributedObjectCache application programming interface, see the API documentation.

Scope

Specify CELL SCOPE to view and configure cache instances that are available to all servers within the cell.

Specify NODE SCOPE to view and configure cache instances that are available to all servers with the particular node.

Specify SERVER SCOPE to view and configure cache instances that are available only on the specific server.

Name

Specifies the required display name for the resource.

JNDI name

Specifies the Java Naming and Directory Interface (JNDI) name for the resource. Use this name when looking up a reference to this cache instance. The results return a DistributedMap object.