|
|||||||||
| Home >> All >> com >> opensymphony >> oscache >> web >> [ filter overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.opensymphony.oscache.web.filter
Provides classes and interfaces that make up the base of OSCache's web application support.
See:
Description
| Interface Summary | |
| ICacheGroupsProvider | Provider interface for cache groups creation in CacheFilter. |
| ICacheKeyProvider | Provider interface for cache key creation. |
| 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 |
| ExpiresRefreshPolicy | Checks if a cache filter entry has expired. |
| 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 classes and interfaces that make up the base of OSCache's web application support.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
|||||||||
| Home >> All >> com >> opensymphony >> oscache >> web >> [ filter overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||