|
This is a Java servlet filter (as per Servlet API 2.3). This filter lets you define Expires and max-age headers for your output pages. So with this filter you will be able to define a caching time for your pages. The page will be cached until that time expires. |