|
This is a Java servlet filter (as per Servlet API 2.3). CachedResponseFilter lets you cache the output and change/resets it in your JSP files. For example, your JSP include decides to drop the already accumulated output and/or change the content type for the output or simply forward the request to another location. That is what CachedResponse is for. |