public
Description: Abstraction for multiple cache implementations.
Homepage: http://letsgetdugg.com/
Clone URL: git://github.com/victori/tcache.git
tcache /
name age message
file LICENSE Loading commit data...
file README
file build.xml
file contrib-cache.jar
file genlibs.rb
directory libs/
directory 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>