OSCache
Home PageCategories: Caching
Author: OpenSymphony
Latest version: 2.3.1
Added 2005-02-15Updated 2006-07-07
J2EE caching framework.
In addition to its servlet-specific features, OSCache can be used as a generic caching solution for Java applications.
Features include:
- Caching of arbitrary objects: you are not restricted to caching portions of JSP pages or HTTP requests. Any Java object can be cached.
- API: gives you full programmatic control over all of OSCache's features.
- Persistent caching: the cache can optionally be disk-based, thereby allowing expensive-to-create data to remain cached even across application restarts.
- Clustering: support for clustering of cached data can be enabled with a single configuration parameter. No code changes required.
- Expiry of cache entries: you have control over how cached objects expire, including pluggable RefreshPolicies if the default functionality does not meet your requirements.
Built for Java |
Free or free version available |
Source code provided |