Ehcache Tutorial
msgbartop
msgbarbottom

Ehcache JCache

ehcache-jcache is a full implementation of the API and SPI from from JSR107. It provides a CacheDecorator to an Ehcache cache. Full Ehcache functionality is available as with any decorated cache. Documentation See See the http://ehcache.org/documentation/jsr107.html for full documentation. Release The stable releases of this software are tagged with version numbers, starting with 0.1. Eventually, when the specification is further [...]

Tags: ,

Ehcache for JRuby

Ehcache is a simplified JRuby interface to Java’s (JSR(107) compliant) Ehcache. Simplified meaning that it should work out-of-the-box, but a lot of native methods haven’t been interfaced yet, as they weren’t needed. Configuration occurs in config/ehcache.yml, and should support all the configuration options available. Some biased and non-biased Ehcache VS Memcache articles: http://gregluck.com/blog/archives/2007/05/comparing_memca.html http://feedblog.org/2007/05/21/unfair-benchmarks-of-ehcache-vs-memcached http://blog.aristotlesdog.com/2008/05/01/memcached_vs_ehcache/ [...]

Tags: ,

ehcache sample with scala

ehcache sample with scala: https://github.com/javendo/ehcache

Tags: ,