Configure an external cache group on the application server
Dynamic content can be served from the external cache, instead of the application server, which can improve performance. Use the WAS administrative console to set up external caching.
To configure external caching, perform the following steps:
Enable the dynamic cache.
- In the topology tree, expand...
Servers | Application Servers | servername | Dynamic Cache Service- Select the check box in the Startup state field to enable the dynamic cache.
Define the external cache group for WAS to control.
- Click External Caching Groups on the Dynamic Cache administrative console page.
- Click New or choose an external cache group from the list.
- Specify a name for the new cache, and click OK.
Configure cache group members.
- Select the cache group to add members to.
- Click External cache group members.
- Click New.
- Type the configuration string in the Address field.
- Type the adapter bean name in the Adapter Bean Name field.
For example, adapter bean names that are supported in WAS include com.ibm.ws.cache.servlet.Afpa (for AFPA) or com.ibm.websphere.servlet.cache.ESIInvalidatorServlet (for ESI).
- Click Apply or OK.
- Click Save to save the configuration.
For more information about external caching, see the following topics:
- External cache group collection
![]()
- External cache group settings
![]()
- External cache group member collection
![]()
- External cache group member settings
![]()