JBossCache


1. Introduction
2. Documentation
3. Code
4. Authors
5. Problem/Question

1. Introduction

This document describes JBossCache that consists of two modules: TreeCache (a replicated transactional tree-structured cache) and TreeCacheAop (an "object-oriented" cache that extends TreeCache but also use AOP to dynamically manage Plain Old Java Objects [POJOs]).

2. Documentation

Currently there is a reference documentation for both TreeCache and TreeCacheAop.

There is also a tutorial that illustrates both the features of TreeCache and TreeCacheAop.

You can find the JavaDoc documentation for both TreeCache and TreeCacheAop here.

And finally, we have also compiled a FAQ.

3. Code

JBossCache can either be run inside JBoss AS or as a standalone package (you can download it here). Please refer to FAQ for further details.

4. Authors

Bela Ban (bela@jboss.com), Ben Wang (ben.wang@jboss.com), and Harald Gliebe.

5. Problem/Question

Visit JBossCache Forum for questions and problems.