Dynamic cache

Caching the output of servlets, commands and JavaServer Pages (JSP) files improves application performance. WebSphere Application Server consolidates several caching activities including servlets, Web services, and WebSphere commands into one service called the dynamic cache. These caching activities work together to improve application performance, and share many configuration parameters, which are set in the dynamic cache service of an appserver.

You can use the dynamic cache to improve the performance of servlet and JSP files by serving requests from an in-memory cache. Cache entries contain servlet output, results of servlet execution, and metadata.


Related tasks
Configuring the dynamic cache service to improve performance