cache4j |
Cache for java objects. Simple API and
fast implementation. |
Features |
- 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
|
Documentation |
|
Download |
2006.03.09 |
cache4j
perfomance tester 0.4 |
Initial release.
cache4j perfomance tester - package for testing
java caching API.
Tested libraries: cache4j_0.4, ehcache-1.1, jcs-1.2.7.0,
oscache-2.2 |
2006.02.23 |
cache4j
0.4 |
Initial release. |
|
TODO |
- evict object to disk
- work in cluster environment
- test and implement other evict algorithm LFU2, LRU2,
...
|