Package Name | Comment |
com.opensymphony.oscache.base |
Provides the base classes and interfaces that make up the core of OSCache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
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 .
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
For further information on Doug Lea's concurrency package, please see:
|
com.opensymphony.oscache.base.events |
Provides the base classes and interfaces that allow pluggable event handlers to be
incorporated into OSCache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.base.persistence |
Provides the interfaces that provide persistence storage of cached objects.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
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.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.general |
Provides a generic administrator class for the cache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.hibernate |
Provides Hibernate 3.2 classes for OSCache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.plugins.clustersupport |
Provides support for broadcasting flush events so that OSCache can function across a
cluster.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
@since 2.0
|
com.opensymphony.oscache.plugins.diskpersistence |
Provides support for persisting cached objects to disk.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.util |
Provides utility classes that perform fairly general-purpose functions and are required
by OSCache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.web |
Provides classes and interfaces that make up the base of OSCache's web application support.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
com.opensymphony.oscache.web.filter |
Provides the caching filter (and its support classes) that allows HTTP responses
to be cached by OSCache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
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.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|