OSCache

From Wikipedia, the free encyclopedia
OSCache
Developer(s) OpenSymphony
Stable release 2.4.1 / July 7, 2007 (2007-07-07)
Written in Java
Operating system Cross-platform (JVM)
Type 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 (e.g. 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).

License

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

See also

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.