ehcache

Package net.sf.ehcache.constructs.web.filter

Caching filters compliant with the filters in the Servlet 2.3 specification.

See:
          Description

Class Summary
CachingFilter An abstract CachingFilter.
Filter A generic Filter with most of what we need done.
FilterServletOutputStream A custom ServletOutputStream for use by our filters
GzipFilter Provides GZIP compression of responses.
PageFragmentCachingFilter A Template for a page caching filter that is designed for "included" pages, eg: jsp:includes.
SimplePageCachingFilter A simple page CachingFilter suitable for most uses.
SimplePageFragmentCachingFilter A simple page fragment CachingFilter suitable for most uses.
 

Exception Summary
FilterNonReentrantException Thrown when it is detected that a caching filter's Filter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain) method is reentered by the same thread.
 

Package net.sf.ehcache.constructs.web.filter Description

Caching filters compliant with the filters in the Servlet 2.3 specification.


ehcache

true