cache4j is a cache for java objects. Simple API and fast implementation.
* in memory caching
* design for multithread environment
* two implementation: synchronized, blocking
* eviction algorithm LFU, LRU, FIFO
* for store object can use strong or soft reference
* available under the BSD license
cache4j Tutorials
http://cache4j.sourceforge.net/tutorial.htm
Cache4j Download
http://sourceforge.net/project/showfiles.php?group_id=160023&package_id=180807&release_id=399978