victori / tcache

Abstraction for multiple cache implementations.

This URL has Read+Write access

tcache /
name age message
file LICENSE Thu Jun 25 08:11:49 -0700 2009 initial import [victori]
file README Thu Jun 25 08:11:49 -0700 2009 initial import [victori]
file build.xml Sun Dec 27 17:47:20 -0800 2009 Updated to the newest ehcache distro [victori]
file genlibs.rb Thu Jun 25 08:11:49 -0700 2009 initial import [victori]
directory libs/ Sun Dec 27 17:47:20 -0800 2009 Updated to the newest ehcache distro [victori]
directory src/ Sun Dec 27 19:43:23 -0800 2009 Switched to get() instead of asyncGet() [victori]
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>