• Stars
    star
    137
  • Rank 258,297 (Top 6 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some examples / tutorials on using Ehcache 3.

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