cache4j 0.4 review
Downloadcache4j library is a cache for Java objects with a simple API and fast implementation
|
|
cache4j library is a cache for Java objects with a simple API and fast implementation. It features in-memory caching, a design for a multi-threaded environment, both synchronized and blocking implementations, a choice of eviction algorithms (LFU, LRU, FIFO), and the choice of either hard or soft references for object storage.
Here are some key features of "cache4j":
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
What's New in This Release:
Initial release of cache4j.
cache4j 0.4 search tags