From 7b9844f5de4bd724b919df20440fce6724454b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Wed, 27 Apr 2016 18:29:40 +1000 Subject: [PATCH] Polish spring-boot-sample-cache README Closes gh-5807 --- spring-boot-samples/spring-boot-sample-cache/README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-cache/README.adoc b/spring-boot-samples/spring-boot-sample-cache/README.adoc index d464d72c74..7127d8e9ed 100644 --- a/spring-boot-samples/spring-boot-sample-cache/README.adoc +++ b/spring-boot-samples/spring-boot-sample-cache/README.adoc @@ -9,6 +9,7 @@ abstraction is supported by many caching libraries, including: * `Infinispan` * `Couchbase` * `Redis` +* `Caffeine` * `Guava` * Simple provider based on `ConcurrentHashMap` * Generic provider based on `org.springframework.Cache` bean definition(s) @@ -62,6 +63,13 @@ used to configure the underlying `CacheManager`. +=== EhCache 3.x +Simply add the `org.ehcache:ehcache` dependency to the project. Since there is a +default `ehcache.xml` configuration file at the root of the classpath, it is automatically +used to configure the underlying `CacheManager`. + + + === Hazelcast Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added to the project to enable support for Hazelcast. Since there is a default `hazelcast.xml`