项目作者: ehcache

项目描述 :
关于使用Ehcache 3的一些示例/教程。
高级语言: Java
项目地址: git://github.com/ehcache/ehcache3-samples.git
创建时间: 2016-06-28T17:32:07Z
项目社区:https://github.com/ehcache/ehcache3-samples

开源协议:Apache License 2.0

下载


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