Use this task to configure servlet cache instances.
Before you begin
Before you begin, enable the dynamic cache service. See Enabling the dynamic cache service for more information.Why and when to perform this task
Perform this task so that your application can access dynamic cache servlet cache instances. Using servlet cache instances can improve the performance of your application because you can store the output and the side effects of an invoked servlet. Servlet cache instances also give you the necessary control over the cache for multiple applications that are running in an application server. See Cache instances for more information.Steps for this task
<cache-instance name="services/cache/instance_one">In this example, specify services/cache/instance_one as the JNDI name.
Related concepts
Cache instances
Related tasks
Using object cache instances
Task overview: Using the dynamic cache service to improve performance