Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37792414
en ru br
ALT Linux repos
5.0: 2.2-alt1_2jpp1.7
4.1: 2.2-alt1_2jpp1.7
4.0: 2.2-alt1_2jpp1.7

Group :: Development/Java
RPM: oscache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2-alt1_2jpp1.7
Build date: 3 december 2007, 20:50 ( 857.0 weeks ago )
Size: 3.21 Mb

Home page:   http://www.opensymphony.com/oscache/

License: Apache Software License
Summary: High performance J2EE caching solution
Description:

OSCache solves fundamental problems for dynamic websites:
+ Caching Dynamic Content - Dynamic content must often be
executed in some form each request, but sometimes that
content doesn't change every request. Caching the whole
page does not help because sections of the page change
every request. OSCache solves this problem by providing
a means to cache sections of JSP pages.
+ Caching Binary Content - Generated images and PDFs can
be very costly in terms of server load. OSCache solves
this problem through a Servlet 2.3 CachingFilter which
can cache any URI (such as an entire page or a generated
image/PDF)
+ Error Tolerance - If one error occurs somewhere on your
dynamic page, chances are the whole page will be returned
as an error, even if 95% of the page executed correctly.
OSCache solves this problem by allowing you to serve the
cached content in the event of an error, and then
reporting the error appropriately.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • oscache
  • oscache-javadoc
  • oscache-manual
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin