Source: oscache Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner Build-Depends: debhelper (>= 10), default-jdk, libcommons-logging-java, libgeronimo-jms-1.1-spec-java, libhibernate3-java, libjgroups-java (>= 2.12.2.Final), libservlet3.1-java, maven-debian-helper Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-java/oscache.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/oscache.git Homepage: http://www.opensymphony.com/oscache/ Package: liboscache-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Suggests: ${maven:OptionalDepends} Description: caching solution for java server pages (JSP) OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It provides both in memory and persistent on disk caches, and can allow your site to have graceful error tolerance. If an error occurs like your db goes down, you can serve the cached content so people can still surf the site almost without knowing.