A release candidate of the popular open-source J2EE cache OSCache 2.2
was released on 18th September 2005. Besides bugs being fixed, major improvements have been made to the CacheFilter
in many ways:
- Default initialization of the last modified header which reduces transaction overhead and server load
- Support of GZip filters in the filter chain
- Custom key generation by subclassing CacheFilter or by implementing a special interface
- Preserving more http headers, e.g. the expires header
- Special handling for fragments of a page
- Avoids session creation for application scope pages
- Multiple matching cache filters won't dead-lock the response anymore
The release candidate is available at the download area
now.
OSCache's official homepage is http://www.opensymphony.com/oscache/
.