The Essence of Caching – Ehcache

The Essence of Caching – Ehcache

This talk starts with a performance problem and leads you through solving it with caching, discovering along the way the problems of distributed caching and their solutions. This will equip you with the tools to analyze a performance situation and to see whether a cache will help and what type of cache to apply. Then we’ll talk about Ehcache: New and Notable that walks us from standalone Ehcache which Java developers at Google are probably familiar with to the Distributed Ehcache with Terracotta and then to new features like Search, Write-Behind and Transactions.