I'm working on a Servlet app with contents that are updated periodically. Hence, between updates any dynamic pages generated by the Servlet can be cached.
Does Tomcat or Jetty (or any Servlet container) offer a way to cache dynamically generated pages?
Or would I need to use a caching reverse proxy like Squid to accomplish that?