|
This is a Java servlet filter (as per Servlet API 2.3). CacheFilter lets you use cached output from your jsp pages. You will provide an initial parameter to this filter as an XML file where you will describe your cache policy: directory for saving cached data, names for pages you need to be cached, timeouts for keeping data in cache. So instead of calculation filter will output cached data directly. |