Servlet caching

Dynamic caching can be used to improve the performance of servlet and JSP (JSP) files by serving requests from an in-memory cache. Cache entries contain the servlet's output, results of the servlet's execution, and metadata.

 

See Also

Webapplications: Resources for learning