, enable the dynamic cache service. See Enabling the dynamic cache service for more information.
Perform this task so that your application can access dynamic cache object cache instances with the DistributedMap or DistributedObjectCache interfaces. Using object cache instances can improve the performance of your application because you can programmatically store and share frequently used objects. By using object cache instances, you also have the necessary control over the dynamic cache when you are running multiple applications in an application server. See Cache instances for more information.
Cell scope makes the cache instance available to all servers within the cell. Node scope makes the cache instance available to all servers on the particular node. Cluster scope makes the cache instance available to all members in a specified cluster. Server scope makes the cache instance available to only the selected server. You can mix scopes if necessary.
This is name that you pass to the InitialContext lookup() method from within your application. For example, services/cache/instance_one.
ResultYou configured object cache instances that you can access programmatically with the DistributedMap and DistributedObjectCache interfaces.
Related concepts
Cache instances
Related tasks
Using the DistributedMap and DistributedObjectCache interfaces for
the dynamic cache