This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tcache /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
build.xml | ||
| |
contrib-cache.jar | ||
| |
genlibs.rb | ||
| |
libs/ | ||
| |
src/ |
README
TCache
======
TCache is a caching abstraction that unifies multiple cache implementations
under a single API.
TCache currently supports EHCache, Memcache and a generic DB cache (Postgresql,Mysql).
Features
--------
TCache is:
- simple
Simplicity is key, multiple cache implementations, one API.
Build
-----
TCache requires java 5 and ant 1.7.
Building from source is easy:
$ ant jar
Victor Igumnov <victori@fabulously40.com>








