Distributed Caches:
http://www.danga.com/memcached/
Tangosol - distributed, commercial
JBoss cache
gemstone
swarm
bamboo
Local Caches:
oscache
ehcache
jcs
jcache
Cache API abstraction:
get(key)
put(key, value)
lock(key) - this is used for loading once: first one coming in does th ...
Language:
http://caml.inria.fr/index.en.html
http://www.r-project.org/
Testing:
http://www-128.ibm.com/developerworks/java/library/j-cwt02095/ - Java coverage
AOP:
https://dynaop.dev.java.net/







评论排行榜