OSCache

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.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.

 


See www.opensymphony.com for more information.