com.opensymphony.oscache.web.filter |
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:
|
Java Source File Name | Type | Comment |
CacheFilter.java | Class | |
CacheHttpServletResponseWrapper.java | Class | |
ExpiresRefreshPolicy.java | Class | Checks if a cache filter entry has expired. |
ICacheGroupsProvider.java | Interface | Provider interface for cache groups creation in CacheFilter. |
ICacheKeyProvider.java | Interface | Provider interface for cache key creation. |
ResponseContent.java | Class | 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.java | Class | Extends the base ServletOutputStream class so that
the stream can be captured as it gets written. |