Configure dynamic caching
Use the dynamic cache service to improve the performance of servlets, JavaServer Pages (JSP) files, commands, and Web services by serving requests from an in-memory cache.
The following topics describe how to configure caching for various WAS components:
Enable servlet caching
This topic describes how to enable servlet caching using the WAS administrative console.Develop cacheable commands
This topic describes how to develop commands that are stored in the cache for re-use.Configure cacheable objects with the cachespec.xml file
This topic describes how to define cacheable objects inside the cachespec.xml file, found inside the Web application archive (WAR) WEB-INF or enterprise bean META-INF directory.