The document summarizes Louis Jacomet's presentation on Ehcache 3. Some key points:
- Ehcache 3 is based on JSR-107 and improves on caching APIs and semantics. It supports explicit lifecycles, proper typing for caches, and custom serialization.
- Ehcache 3 enables cache-through and write-behind patterns to integrate caching with databases. It allows caching and persisting data across multiple tiers including heap, disk, and clustered storage.
- New features in Ehcache 3 include eviction veto/prioritization, transactions, automatic resource control, and resilience strategies to handle storage and timeout failures. Clustering is implemented using Terracotta.