OSCache

from Wikipedia, the free encyclopedia
OSCache
Basic data

developer OpenSymphony
Current  version 2.4.1
(July 7, 2007)
operating system Platform independent
programming language Java
category Cache - Framework
License OpenSymphony Software License
www.opensymphony.com/oscache

OSCache is a cache - Framework for the programming language Java . The focus is on the caching of JSP pages and Java servlets . In addition, OSCache can be used in applications as a general cache for caching any object .

OSCache is developed and maintained by the OpenSymphony project. The source code is available under the so-called OpenSymphony Software License , which is based on the Apache license .

features

  • Cluster capable (communication via JGroups )
  • Transferring data to hard disk
  • JSP Tag-Library also enables parts of a page to be cached
  • Your own extensions can be programmed, including for:
    • Outsourcing
    • Cluster communication
    • Deletion strategy when the cache is full
    • Reload strategy for expired entries
  • Event handlers for various events

Web links

swell

  1. www.opensymphony.com/oscache ( Memento from April 19, 2008 in the Internet Archive )