Partial page caching

Partial page caching allows you to cache parts of a response. This mechanism is useful when pages contain volatile content, such as calculation results, but otherwise have static content such as headers and footers. Partial page caching is supported by a tag library for use in JSPs, and a public API for use in servlets. For more information, see “Using partial page caching” in Chapter 5, “Web Application Tuning,” in the EAServer Performance and Tuning Guide.