OSCache API (2.4.1)

This document is the API specification for OSCache - note, OSCache is built on top of OSCache.

See:
          Description

Packages
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache.
com.opensymphony.oscache.base.algorithm Provides the classes that implement the caching algorithms used by OSCache, all of which are based on a derivative of Doug Lea's ConcurrentReaderHashMap.
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache.
com.opensymphony.oscache.base.persistence Provides the interfaces that provide persistence storage of cached objects.
com.opensymphony.oscache.extra Provides some basic event handler implementations that aren't essential to the core OSCache code, but form a useful starting point for basic logging or further development.
com.opensymphony.oscache.general Provides a generic administrator class for the cache.
com.opensymphony.oscache.hibernate Provides Hibernate 3.2 classes for OSCache.
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster.
com.opensymphony.oscache.plugins.diskpersistence Provides support for persisting cached objects to disk.
com.opensymphony.oscache.util Provides utility classes that perform fairly general-purpose functions and are required by OSCache.
com.opensymphony.oscache.web Provides classes and interfaces that make up the base of OSCache's web application support.
com.opensymphony.oscache.web.filter Provides the caching filter (and its support classes) that allows HTTP responses to be cached by OSCache.
com.opensymphony.oscache.web.tag Provides the tag libraries that allow OSCache to be accessed via JSP custom tags for caching portions of JSP pages.

 

This document is the API specification for OSCache - note, OSCache is built on top of OSCache.


OSCache Project Page