Aaron Smuts wrote:

Can I see the API so I can get a better feel for what
you have in mind?

The API is attached to the previous message I linked:

http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1228418&attachId=1

(it's not the latest version, this one still sits on my computer with SwarmCache and EHCache support, and unit tests)

The API consists basically in Map decorators combined with a factory derived from commons-logging.

Example:

Cache cache = CacheFactory.getCache("region");
cache.put(key, object);
cache.get(key);

The cache implementation is determined by a commons-caching.properties file on the classpath.

Emmanuel Bourg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to