Package com.opensymphony.oscache.web.filter

Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache.

See:
          Description

Class Summary
CacheFilter CacheFilter is a filter that allows for server-side caching of post-processed servlet content.
CacheHttpServletResponseWrapper CacheServletResponse is a serialized representation of a response
ResponseContent Holds the servlet response in a byte array so that it can be held in the cache (and, since this class is serializable, optionally persisted to disk).
SplitServletOutputStream Extends the base ServletOutputStream class so that the stream can be captured as it gets written.
 

Package com.opensymphony.oscache.web.filter Description

Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:


See www.opensymphony.com for more information.