> home > projects > dco

Distributed Cache Objects

The DCO project implements a lightweight, high performance object cache for Java, supporting both local and distributed caches. Cacheable classes need only implement a small amount of APi functions, enabling their instances to be cached in a very configurable way. The cache can be local or distributed, synchronized or loose, etc... The caching mechanism also ties in nicely with the database abstraction layer provided as part of the DCO project, although it is important to note that either component can be used independently.

The project provides lightweight, generic, high performance mechanisms for:

An earlier version of this project was developed by the author during his employment with The Sycamore Group (no longer in existance). The Sycamore Group transferred ownership to the author for the purpose of releasing it as an open source project. The code presented here is a new implementation of the original project.

Downloads, etc...

Releases

The source code is not available for download just yet.

Documentation

The documentation is not available just yet.