OSCache

From Wikipedia, the free encyclopedia

OSCache
Developed by OpenSymphony
Latest release 2.4.1 / July 7, 2007 (2007-07-07); 341 days ago
Written in Java
OS Cross-platform (JVM)
Genre cache content in Web applications
License OpenSymphony Software License
Website http://www.opensymphony.com/oscache/

OSCache is "a Java framework" developed by OpenSymphony that makes it easy to cache content in Web applications.

According to OpenSymphony, 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.
  • provides both in memory and persistent on disk caches.
  • can allow your site to have graceful error tolerance (eg 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).

[edit] License

OSCache uses the OpenSymphony Software License which is a modified (and fully compatible with) Apache Software License.

[edit] External links

Languages