# ehcache3-samples **Repository Path**: mirrors_andyglick/ehcache3-samples ## Basic Information - **Project Name**: ehcache3-samples - **Description**: Some examples / tutorials on using Ehcache 3. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ehcache 3 Samples This repository contains examples of and tutorials about usage of Ehcache 3. ## Samples - 'basic' - demonstrates basic configuration and usage of Ehcache 3 - 'clustered' - demonstrates using distributed caching features with Terracotta server - 'jsr107' - demonstrates configuration through JSR-107 (JCache) - 'fullstack' - binding with Spring, Hibernate and Metrics using JSR-107 in a real application - 'scale-continuum' - live benchmark with different caching options - 'caching-still-matters' - code examples used for the "Caching Still Matters" conference