Dynacache vs Memcached  - Caching Technologies for Java Applications
Technologies General object cache attributes
Memcached
DistributedMap (part of Dynacache)
General Object Cache Characteristics An object cache is a Key-Value lookup table  Similar to a java.util.Hashtable Have configurable maximum sizes May be configured number of cache entries or memory size
Objects typically discarded on least-recently-used policy when cache is full Some caches may offer other algorithms Have configurable lifetimes per cache entry

Caching technology comparison

Editor's Notes